mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
Correction.
This commit is contained in:
parent
29ce1d3630
commit
8065cc3595
@ -1148,7 +1148,7 @@ void API_ROUTINE gds__trace(const TEXT* text)
|
|||||||
*p++ = ' ';
|
*p++ = ' ';
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
|
|
||||||
Firebird::string s(p);
|
Firebird::string s(buffer);
|
||||||
s += text;
|
s += text;
|
||||||
s += "\n";
|
s += "\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user