From 0ca37041442b35763a3761aad47965a2c119f932 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 6 Jan 2013 18:42:52 +0200 Subject: merged with miranda_ng main repo --- log.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'log.cpp') diff --git a/log.cpp b/log.cpp index 7618914..273d370 100755 --- a/log.cpp +++ b/log.cpp @@ -25,6 +25,7 @@ logtofile& logtofile::operator<<(TCHAR *buf) log_mutex.lock(); log.open(toUTF8(path).c_str(), std::ios::app |std::ios::ate); log<