Changeset: ff6d5c3ae64c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ff6d5c3ae64c
Modified Files:
monetdb5/modules/mal/remote.c
Branch: Dec2016
Log Message:
Add a cast.
diffs (12 lines):
diff --git a/monetdb5/modules/mal/remote.c b/monetdb5/modules/mal/remote.c
--- a/monetdb5/modules/mal/remote.c
+++ b/monetdb5/modules/mal/remote.c
@@ -747,7 +747,7 @@ str RMTput(Client cntxt, MalBlkPtr mb, M
l = ATOMformat(type, value, &val);
}
tpe = getTypeIdentifier(type);
- l += strlen(tpe) + strlen(ident) + 10;
+ l += (int) (strlen(tpe) + strlen(ident) + 10);
if (l > BUFSIZ)
nbuf = GDKmalloc(l);
if (type <= TYPE_str)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list