Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16:/tmp/cvs-serv15523/mil
Modified Files:
milprint_summer.c
Log Message:
-- Fixed bug 1712578: A namespace separator character was missing.
Index: milprint_summer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint_summer.c,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -d -r1.374 -r1.375
--- milprint_summer.c 4 May 2007 09:44:52 -0000 1.374
+++ milprint_summer.c 6 May 2007 17:43:54 -0000 1.375
@@ -2351,7 +2351,7 @@
"var prop_name := ws.fetch(QN_PREFIX_URI_LOC).fetch(WS);\n"
/* find all strings which are not in the qnames of the WS */
- "var oid_str_ := [+](NS_ACCEL_SEP, oid_str);\n"
+ "var oid_str_ := [+](NS_ACCEL_SEP+NS_ACCEL_SEP, oid_str);\n"
"oid_str_ := oid_str_.tdiff(prop_name);\n"
"oid_str := oid_str.fetch(oid_str_).tmark([EMAIL PROTECTED]);\n"
"oid_str_ := nil;\n"
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins