Changeset: 56dcf802ce71 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=56dcf802ce71
Modified Files:
monetdb5/modules/mal/mosaic_dictionary.c
Branch: mosaic
Log Message:
Compiler fixes
diffs (12 lines):
diff --git a/monetdb5/modules/mal/mosaic_dictionary.c
b/monetdb5/modules/mal/mosaic_dictionary.c
--- a/monetdb5/modules/mal/mosaic_dictionary.c
+++ b/monetdb5/modules/mal/mosaic_dictionary.c
@@ -65,7 +65,7 @@ MOSdump_dictionaryInternal(char *buf, si
snprintf(buf,len,"%.40g", (dbl) ((hge*) val)[i]); break;
#endif
case TYPE_wrd:
- snprintf(buf,len,SZFMT, ((wrd*) val)[i]); break;
+ snprintf(buf,len,LLFMT, (lng)((wrd*) val)[i]); break;
case TYPE_flt:
snprintf(buf,len,"%f", ((flt*) val)[i]); break;
case TYPE_dbl:
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list