Update of /cvsroot/monetdb/pathfinder/src/tools/xml-shred
In directory sc8-pr-cvs16:/tmp/cvs-serv29734
Modified Files:
xml-shred.c
Log Message:
bugfix: wrote % instead of %s ;)
sorry
Index: xml-shred.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/tools/xml-shred/xml-shred.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xml-shred.c 8 May 2007 09:50:31 -0000 1.3
+++ xml-shred.c 8 May 2007 10:02:50 -0000 1.4
@@ -579,7 +579,7 @@
if (outfile_given) {
out = fopen (outfile, "w");
- snprintf (outfile_atts, FILENAME_MAX, (!sql_atts)?"%s_atts":"%_names",
outfile);
+ snprintf (outfile_atts, FILENAME_MAX,
(!sql_atts)?"%s_atts":"%s_names", outfile);
out_attr = fopen (outfile_atts, "w");
if (!out || !out_attr) {
-------------------------------------------------------------------------
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