From b25e8d1955f51b15d566b7e73199b044cfe0efa3 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 7 Sep 2010 20:03:07 +0300 Subject: bugfixes --- log.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'log.cpp') diff --git a/log.cpp b/log.cpp index eabccb6..f842f22 100644 --- a/log.cpp +++ b/log.cpp @@ -22,7 +22,7 @@ logtofile& logtofile::operator<<(TCHAR *buf) if(bDebugLog) { char *tmp = mir_utf8encodeW(buf); - log.open(path, std::ios::app |std::ios::ate |std::ios::binary); + log.open(path, std::ios::app |std::ios::ate); log<