This was SVN commit r7804.
This commit is contained in:
Ykkrosh
2010-07-25 11:24:44 +00:00
parent 3bccfc295f
commit 8d7011998e
+1 -1
View File
@@ -81,7 +81,7 @@ TraceEntry::TraceEntry(const std::wstring& text)
debug_assert(stream.get() == '\n');
debug_assert(stream.good());
debug_assert((int)stream.get() == EOF);
debug_assert(stream.get() == WEOF);
}