Changeset: 7d58cae1dcc2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d58cae1dcc2
Modified Files:
clients/mapiclient/stethoscope.c
Branch: default
Log Message:
fread returns size_t.
diffs (13 lines):
diff --git a/clients/mapiclient/stethoscope.c b/clients/mapiclient/stethoscope.c
--- a/clients/mapiclient/stethoscope.c
+++ b/clients/mapiclient/stethoscope.c
@@ -139,7 +139,8 @@ convertOldFormat(char *inputfile)
{ FILE *fdin;
char basefile[BUFSIZ];
char buf[BUFSIZ]={0}, *response = buf, *e;
- int first = 0, i = 0, n;
+ int first = 0, i = 0;
+ size_t n;
size_t len;
EventRecord event;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list