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

Modified Files:
      Tag: GDK-2
        url.mx 
Log Message:
propagated changes of Tuesday Aug 21 2007 - Thursday Aug 23 2007
from the development trunk to the GDK-2 branch


Index: url.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/url.mx,v
retrieving revision 1.33
retrieving revision 1.33.4.1
diff -u -d -r1.33 -r1.33.4.1
--- url.mx      24 Jan 2007 23:49:12 -0000      1.33
+++ url.mx      23 Aug 2007 13:32:44 -0000      1.33.4.1
@@ -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