mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +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 = '\0';
|
||||
|
||||
Firebird::string s(p);
|
||||
Firebird::string s(buffer);
|
||||
s += text;
|
||||
s += "\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user