diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-20 18:46:06 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-20 18:46:06 +0100 |
commit | 4f11e5697a459f787e45a9821f44d1674a68f848 (patch) | |
tree | 409c70f70d8100565ee3b7ebf744e0ddf54b8d58 /lib/Plugins/Python.cpp | |
parent | 888ea986f9820db3d9cd256c82ec9b00eba9c26e (diff) | |
parent | 5eb422818258b63357ef1996de24db0ebe7c9cae (diff) | |
download | abrt-4f11e5697a459f787e45a9821f44d1674a68f848.tar.gz abrt-4f11e5697a459f787e45a9821f44d1674a68f848.tar.xz abrt-4f11e5697a459f787e45a9821f44d1674a68f848.zip |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Plugins/Python.cpp')
-rw-r--r-- | lib/Plugins/Python.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp index 79247d6..ad95468 100644 --- a/lib/Plugins/Python.cpp +++ b/lib/Plugins/Python.cpp @@ -5,9 +5,9 @@ static std::string CreateHash(const char *pDebugDumpDir) { - std::string uuid; CDebugDump dd; dd.Open(pDebugDumpDir); + std::string uuid; dd.LoadText(FILENAME_UUID, uuid); return uuid; } |