[4suite-checkins] In 4Suite/Ft/Xml/src/domlette, files expat_module.c

Jeremy Kloth jkloth at 4suite.org
Sun Dec 10 15:55:48 MST 2006


Modified Files:
    expat_module.c

Log Message:
Added missing '=' marker for default namespace decl

ViewCVS diff:
  http://cvs.4suite.org/viewcvs/4Suite/Ft/Xml/src/domlette/expat_module.c.diff?r1=1.112&r2=1.113
ViewCVS view:
  http://cvs.4suite.org/viewcvs/4Suite/Ft/Xml/src/domlette/expat_module.c?rev=1.113&content-type=text/vnd.viewcvs-markup

Index: expat_module.c
===================================================================
RCS file: /var/local/cvsroot/4Suite/Ft/Xml/src/domlette/expat_module.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -U2 -r1.112 -r1.113
--- expat_module.c	10 Dec 2006 18:50:52 -0000	1.112
+++ expat_module.c	10 Dec 2006 22:55:48 -0000	1.113
@@ -5606,4 +5606,5 @@
   /* copy the uri to the context */
   if (uri) {
+    *ptr++ = '=';
     XMLCHAR_CONCAT_AND_DEL(ptr, uri);
     *ptr++ = '\f';


More information about the 4suite-checkins mailing list