summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.cpp
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2009-11-03 12:23:13 +0100
committerNikola Pajkovsky <npajkovs@redhat.com>2009-11-03 12:23:13 +0100
commit12156c5e95c8bdff6dbc422180ac24e7f259c0a2 (patch)
tree2df965f5c6d31c49726a1239f7f3d43986e7d444 /lib/Utils/DebugDump.cpp
parente8eefb19c47a7f4e7481d1f6460f8632e09bd76e (diff)
downloadabrt-12156c5e95c8bdff6dbc422180ac24e7f259c0a2.tar.gz
abrt-12156c5e95c8bdff6dbc422180ac24e7f259c0a2.tar.xz
abrt-12156c5e95c8bdff6dbc422180ac24e7f259c0a2.zip
uint64_t changed to int64_t
Diffstat (limited to 'lib/Utils/DebugDump.cpp')
-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 d5eeb777..ec9e4703 100644
--- a/lib/Utils/DebugDump.cpp
+++ b/lib/Utils/DebugDump.cpp
@@ -208,7 +208,7 @@ void CDebugDump::UnLock()
}
}
-void CDebugDump::Create(const std::string& pDir, uint64_t uid)
+void CDebugDump::Create(const std::string& pDir, int64_t uid)
{
if (m_bOpened)
{