Index: files/patch-CConfig.cpp =================================================================== --- files/patch-CConfig.cpp (版本 333477) +++ files/patch-CConfig.cpp (工作副本) @@ -8,7 +8,7 @@ +CConfigReadContext::operator bool() const { - return m_stream; -+ return !m_stream.bad(); ++ return m_stream.good(); } bool