Changeset: 62aba429d552 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/62aba429d552
Modified Files:
clients/odbc/tests/ODBCmetadata.c
Branch: Sep2022
Log Message:
Fix format string.
diffs (12 lines):
diff --git a/clients/odbc/tests/ODBCmetadata.c
b/clients/odbc/tests/ODBCmetadata.c
--- a/clients/odbc/tests/ODBCmetadata.c
+++ b/clients/odbc/tests/ODBCmetadata.c
@@ -288,7 +288,7 @@ compareResultOptClose(SQLHANDLE stmt, SQ
int line = 1;
int pos = 1;
- fprintf(stderr, "Testing %s\nExpected (strlen=%ld):\n%s\nGotten
(strlen=%ld):\n%s\n",
+ fprintf(stderr, "Testing %s\nExpected (strlen=%zu):\n%s\nGotten
(strlen=%zu):\n%s\n",
functionname, len_expected, expected, len_outp, outp);
/* scan string to find location (line and position in line) of
first character difference */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]