Changeset: aa79ab8d1fcb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aa79ab8d1fcb
Modified Files:
        monetdb5/modules/mal/remote.c
Branch: Jul2015
Log Message:

Use size_t instead of int.


diffs (13 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
@@ -871,7 +871,8 @@ str RMTregister(Client cntxt, MalBlkPtr 
  */
 str RMTexec(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci) {
        str conn, mod, func, tmp;
-       int i, len, buflen;
+       int i;
+       size_t len, buflen;
        connection c= NULL;
        char *qbuf;
        MapiHdl mhdl;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to