8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Correction.

This commit is contained in:
robocop 2010-06-30 08:54:18 +00:00
parent 29ce1d3630
commit 8065cc3595

View File

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