8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2021-05-10 10:47:39 -03:00
parent 3285b0646a
commit a702442221

View File

@ -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();
}