Changeset: 525e7da2fe20 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=525e7da2fe20
Modified Files:
        monetdb5/optimizer/opt_dictionary.mx
Branch: Aug2011
Log Message:

Use correct printf format.


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_dictionary.mx 
b/monetdb5/optimizer/opt_dictionary.mx
--- a/monetdb5/optimizer/opt_dictionary.mx
+++ b/monetdb5/optimizer/opt_dictionary.mx
@@ -1014,7 +1014,7 @@
                        BUNins(b, &o, BUNtail(bvi,p), FALSE);
                }
 #ifdef DEBUG_OPT_DICTIONARY 
-       mnstr_printf(GDKout,"#dictionary.new values in encoding table" SZFMT " 
\n", BATcount(bv));
+       mnstr_printf(GDKout,"#dictionary.new values in encoding table" BUNFMT " 
\n", BATcount(bv));
 #endif
        } break;
 @c
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to