mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Misc.
This commit is contained in:
parent
3285b0646a
commit
a702442221
@ -117,7 +117,7 @@ namespace
|
||||
dbname.c_str(), LOG_MSG_TYPES[type], message.c_str());
|
||||
|
||||
fseek(file, 0, SEEK_END);
|
||||
fprintf(file, "%s", text.c_str());
|
||||
fputs(text.c_str(), file);
|
||||
fclose(file);
|
||||
unlock();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user