summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-07-22 13:39:45 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-07-22 13:39:45 +0200
commit2d14e33381aae2d157736842680eb8b689c5532c (patch)
tree21c54e92b0ec02bfaf6955e8f7412f60dad77026
parente140121e2b4570ee95e972794e481c43147712a6 (diff)
downloadabrt-2d14e33381aae2d157736842680eb8b689c5532c.tar.gz
abrt-2d14e33381aae2d157736842680eb8b689c5532c.tar.xz
abrt-2d14e33381aae2d157736842680eb8b689c5532c.zip
Utils: small fix
-rw-r--r--lib/Utils/DebugDump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/DebugDump.cpp b/lib/Utils/DebugDump.cpp
index 9d40e359..171d2709 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)
{