8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
This commit is contained in:
alexpeshkoff 2012-03-06 11:31:56 +00:00
parent 81a7fc42f9
commit a9d97056ce

View File

@ -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';