8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Implicit cast breaks FreeBSD build.

This commit is contained in:
stryqx 2002-10-12 08:13:44 +00:00
parent aecc42bee4
commit 99a483cde3

View File

@ -280,7 +280,7 @@ void ERRQ_pending(void)
**************************************/ **************************************/
if (QLI_error) { if (QLI_error) {
ib_printf("%s\n", QLI_error); ib_printf("%s\n", (const char*)QLI_error);
QLI_error = NULL; QLI_error = NULL;
} }
} }