Changeset: d862763da807 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d862763da807
Modified Files:
monetdb5/modules/atoms/mcurl.c
Branch: default
Log Message:
handle_get_request(): no need to cast; use format string SZFMT for type size_t
diffs (12 lines):
diff --git a/monetdb5/modules/atoms/mcurl.c b/monetdb5/modules/atoms/mcurl.c
--- a/monetdb5/modules/atoms/mcurl.c
+++ b/monetdb5/modules/atoms/mcurl.c
@@ -112,7 +112,7 @@ handle_get_request(str *retval, str *url
* should free() it as a nice application.
*/
- //printf("%lu bytes retrieved\n", (long)chunk.size);
+ //printf(SZFMT " bytes retrieved\n", chunk.size);
}
if (chunk.size) {
d = GDKstrdup(chunk.memory);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list