diff options
author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-05-28 14:05:48 +0200 |
---|---|---|
committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-05-28 14:05:48 +0200 |
commit | c861d5917a14128364ee8c46b71e490a57cc7640 (patch) | |
tree | 762917abb2afd219c6b50dae2e3f118e4f6de768 /lib/Utils/DebugDump.h | |
parent | e81fcd94aaca34958b837ca9ea752ab74f387239 (diff) | |
download | abrt-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.h | 2 |
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(); |