mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Fix windows build
This commit is contained in:
parent
5ab3b469d9
commit
f772eae2c8
@ -162,7 +162,7 @@ int WINAPI WinMain(HINSTANCE hThisInst,
|
||||
{
|
||||
TEXT buffer[BUFFER_LARGE];
|
||||
const ISC_STATUS* vector = 0;
|
||||
if (! (e.status_known() && (vector = e.value()) &&
|
||||
if (! ((vector = e.value()) &&
|
||||
fb_interpret(buffer, sizeof(buffer), &vector)))
|
||||
{
|
||||
strcpy(buffer, "Unknown internal failure");
|
||||
|
Loading…
Reference in New Issue
Block a user