Changeset: f4ddd6705bf0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f4ddd6705bf0
Modified Files:
        clients/mapiclient/stethoscope.c
Branch: default
Log Message:

stethoscope: use correct types

as correctly suggested by the Microsoft compiler on Windows


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
@@ -120,7 +120,8 @@ stop_disconnect:
 int
 main(int argc, char **argv)
 {
-       int  n, len;
+       ssize_t  n;
+       size_t len;
        char *host = NULL;
        int portnr = 0;
        char *dbname = NULL;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to