mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
Fix typo in non-Win32 logging code
This commit is contained in:
@ -724,7 +724,7 @@ bool plStatusLog::IPrintLineToFile( const char *line, uint32_t count )
|
|||||||
OutputDebugString(out_str.c_str());
|
OutputDebugString(out_str.c_str());
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
fputs(str.c_str(), str);
|
fputs(out_str.c_str(), stderr);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user