Changeset: e77dae2ff0b5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e77dae2ff0b5
Modified Files:
clients/mapiclient/stethoscope.c
clients/mapiclient/tomograph.c
Branch: resultset
Log Message:
Merge with default
diffs (24 lines):
diff --git a/clients/mapiclient/stethoscope.c b/clients/mapiclient/stethoscope.c
--- a/clients/mapiclient/stethoscope.c
+++ b/clients/mapiclient/stethoscope.c
@@ -291,7 +291,7 @@ main(int argc, char **argv)
if (*response) {
if (debug)
printf("LASTLINE:%s", response);
- len = (int) strlen(response);
+ len = strlen(response);
strncpy(buf, response, len + 1);
} else
len = 0;
diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -1949,7 +1949,7 @@ main(int argc, char **argv)
if (*response) {
if (debug)
fprintf(stderr,"LASTLINE:%s", response);
- len = (int)strlen(response);
+ len = strlen(response);
strncpy(buf, response, len + 1);
} else
len = 0;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list