Changeset: fcd1b0ab6bdc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fcd1b0ab6bdc
Modified Files:
        gdk/gdk_storage.c
Branch: Feb2013
Log Message:

nme can be NULL.


diffs (12 lines):

diff --git a/gdk/gdk_storage.c b/gdk/gdk_storage.c
--- a/gdk/gdk_storage.c
+++ b/gdk/gdk_storage.c
@@ -418,7 +418,7 @@ DESCload(int i)
        int ht, tt;
 
        IODEBUG {
-               THRprintf(GDKstdout, "#DESCload %s\n", nme);
+               THRprintf(GDKstdout, "#DESCload %s\n", nme ? nme : "<noname>");
        }
        bs = BBP_desc(i);
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to