Jan Rittinger wrote: > Update of /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19535 > > Modified Files: > Tag: XQuery_0-20 > encoding.c > Log Message: > -- Bugfix: Added missing quotes. > > > Index: encoding.c > =================================================================== > RCS file: /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred/encoding.c,v > retrieving revision 1.8.4.3 > retrieving revision 1.8.4.4 > diff -u -d -r1.8.4.3 -r1.8.4.4 > --- encoding.c 9 Oct 2007 19:54:07 -0000 1.8.4.3 > +++ encoding.c 18 Oct 2007 08:02:23 -0000 1.8.4.4 > @@ -146,7 +146,7 @@ > if (shredstate.names_separate) > fprintf(out, "%i", tuple.name_id); > else > - fprintf(out, "%s", (char*)tuple.name); > + fprintf(out, "\"%s\"", (char*)tuple.name); > } > break; > case 't': > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Monetdb-pf-checkins mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
Too late. I have built the installers, RPMs, and tar balls. This change is not in it. Unless it is a show stopper, in which case I will be extremely unhappy, but seeing that it is in the sqlhelpers directory, I don't believe that. -- Sjoerd Mullender
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
