mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:43:03 +01:00
Implicit cast breaks FreeBSD build.
This commit is contained in:
parent
aecc42bee4
commit
99a483cde3
@ -280,7 +280,7 @@ void ERRQ_pending(void)
|
||||
**************************************/
|
||||
|
||||
if (QLI_error) {
|
||||
ib_printf("%s\n", QLI_error);
|
||||
ib_printf("%s\n", (const char*)QLI_error);
|
||||
QLI_error = NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user