Changeset: 30af559d9953 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=30af559d9953
Modified Files:
        gdk/gdk_batop.mx
Branch: Apr2011
Log Message:

for printing arguments of type BUN, use BUNFMT rather than "%lu"


diffs (12 lines):

diff --git a/gdk/gdk_batop.mx b/gdk/gdk_batop.mx
--- a/gdk/gdk_batop.mx
+++ b/gdk/gdk_batop.mx
@@ -2294,7 +2294,7 @@
        BBPreclaim(histo);
 
        if (n > 1 && n != yy + 1) {
-               PROPDEBUG THRprintf(GDKout, "#rangesplit: delivering %lu 
instead of %lu fragments\n", yy + 1, n);
+               PROPDEBUG THRprintf(GDKout, "#rangesplit: delivering " BUNFMT " 
instead of " BUNFMT " fragments\n", yy + 1, n);
                n = yy + 1;
        }
 @-
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to