summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-05-28 14:05:48 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-05-28 14:05:48 +0200
commitc861d5917a14128364ee8c46b71e490a57cc7640 (patch)
tree762917abb2afd219c6b50dae2e3f118e4f6de768 /lib/Utils/DebugDump.h
parente81fcd94aaca34958b837ca9ea752ab74f387239 (diff)
downloadabrt-c861d5917a14128364ee8c46b71e490a57cc7640.tar.gz
abrt-c861d5917a14128364ee8c46b71e490a57cc7640.tar.xz
abrt-c861d5917a14128364ee8c46b71e490a57cc7640.zip
addded removing useless back slashed from debug dump dir name
Diffstat (limited to 'lib/Utils/DebugDump.h')
-rw-r--r--lib/Utils/DebugDump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h
index 23c1fbdb..98780754 100644
--- a/lib/Utils/DebugDump.h
+++ b/lib/Utils/DebugDump.h
@@ -65,6 +65,8 @@ class CDebugDump
bool IsTextFile(const std::string& pName);
+ std::string RemoveBackSlashes(const std::string& pDir);
+
public:
CDebugDump();