From 2d14e33381aae2d157736842680eb8b689c5532c Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 22 Jul 2009 13:39:45 +0200 Subject: Utils: small fix --- lib/Utils/DebugDump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Utils/DebugDump.cpp') diff --git a/lib/Utils/DebugDump.cpp b/lib/Utils/DebugDump.cpp index 9d40e35..171d270 100644 --- a/lib/Utils/DebugDump.cpp +++ b/lib/Utils/DebugDump.cpp @@ -504,7 +504,7 @@ bool CDebugDump::GetNextFile(std::string& pFileName, std::string& pContent, bool if (m_pGetNextFileDir == NULL) { - false; + return false; } while ((dent = readdir(m_pGetNextFileDir)) != NULL) { -- cgit