mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 20:43:04 +01:00
Fixed error from last check-in.
This commit is contained in:
parent
6d6da6d745
commit
7a9bf05c13
@ -1958,7 +1958,7 @@ void API_ROUTINE gds__log(TEXT * text, ...)
|
|||||||
if ((file = ib_fopen(name, FOPEN_APPEND_TYPE)) != NULL)
|
if ((file = ib_fopen(name, FOPEN_APPEND_TYPE)) != NULL)
|
||||||
{
|
{
|
||||||
ib_fprintf(file, "%s%s\t%.25s\t", ISC_get_host(name, MAXPATHLEN),
|
ib_fprintf(file, "%s%s\t%.25s\t", ISC_get_host(name, MAXPATHLEN),
|
||||||
gdslogid, ctime(now));
|
gdslogid, ctime(&now));
|
||||||
VA_START(ptr, text);
|
VA_START(ptr, text);
|
||||||
ib_vfprintf(file, text, ptr);
|
ib_vfprintf(file, text, ptr);
|
||||||
ib_fprintf(file, "\n\n");
|
ib_fprintf(file, "\n\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user