Update of /cvsroot/monetdb/MonetDB5/src/modules/atoms
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30321/atoms

Modified Files:
        url.mx 
Log Message:
Adjust the Makefiles and the reshuffle. GIven that batxml uses
the MAL runtime representation, it may not recide in kernel.


Index: url.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/url.mx,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- url.mx      24 Jan 2007 23:49:12 -0000      1.33
+++ url.mx      21 Aug 2007 20:54:58 -0000      1.34
@@ -906,7 +906,7 @@
        int l;
 
        if (GDK_STRNIL(src)) {
-               **s = 0;
+               *s = GDKstrdup("nil");
                return 0;
        }
        l = src == 0 ? 3 : strlen(src) + 3;


-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to