1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Build fix: fix warning in ps_bugs.c

This commit is contained in:
Georg Richter
2025-02-12 08:34:10 +01:00
parent 992c7f26dd
commit fe8f48c6c3

View File

@@ -5034,7 +5034,7 @@ static int test_conc_fraction(MYSQL *mysql)
if (tm.second_part != expected) if (tm.second_part != expected)
{ {
diag("Error: tm.second_part=%ld expected=%lld", tm.second_part, expected); diag("Error: tm.second_part=%ld expected=%d", tm.second_part, expected);
mysql_stmt_close(stmt); mysql_stmt_close(stmt);
return FAIL; return FAIL;
} }