mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
Revert "fixed typo" and "fixed crash for Windows"
This reverts commits c8a80a497d6b7f0f98841b72febb0dba9fabec28 and f7791e5289ef61860e0fca024f86c31e448982f1 This didn't actually fix Windows crash problem. In fact, it still crashed without --log=0 being set. Changes to the i2pd.vcxproj file fixed the crashes with VS 2013 > update 1. i2pd now works with VS 2013 Update 3 and Update 4 RC. Since these changes didn't have the intended effect, let's remove them.
This commit is contained in:
parent
3e826cd6dc
commit
dd4283b7c1
3
Log.cpp
3
Log.cpp
@ -20,11 +20,8 @@ void LogMsg::Process()
|
|||||||
|
|
||||||
void Log::Flush ()
|
void Log::Flush ()
|
||||||
{
|
{
|
||||||
#ifndef _WIN32
|
|
||||||
if (m_LogFile)
|
if (m_LogFile)
|
||||||
m_LogFile->flush();
|
m_LogFile->flush();
|
||||||
#endif
|
|
||||||
// TODO: find out what's wrong with flush for Windows
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Log::SetLogFile (const std::string& fullFilePath)
|
void Log::SetLogFile (const std::string& fullFilePath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user