mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Mac port
This commit is contained in:
parent
81a7fc42f9
commit
a9d97056ce
@ -1147,7 +1147,7 @@ void API_ROUTINE gds__trace(const TEXT* text)
|
||||
gds__ulstr(p, apid, 5, ' ');
|
||||
p += 5;
|
||||
*p++ = ' ';
|
||||
gds__ulstr(p, getThreadId(), 5, ' ');
|
||||
gds__ulstr(p, (IPTR) getThreadId(), 5, ' ');
|
||||
p += 5;
|
||||
*p++ = ' ';
|
||||
*p = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user