зеркало из https://github.com/mozilla/pjs.git
Ensure that log-file flushing occurs even if the default log file is being used.
This commit is contained in:
Родитель
ce007ffd49
Коммит
d603a61b0e
|
@ -125,7 +125,9 @@ setLogFile(const char* inFileName)
|
|||
void LogModuleObject::
|
||||
flushLogFile()
|
||||
{
|
||||
if (file)
|
||||
FILE *f;
|
||||
f = getFile();
|
||||
if (f)
|
||||
fflush(file);
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче