summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.cpp
diff options
context:
space:
mode:
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 b8f8827..97c387c 100644
--- a/lib/Utils/DebugDump.cpp
+++ b/lib/Utils/DebugDump.cpp
@@ -319,7 +319,7 @@ void CDebugDump::Create(const char *pDir, uid_t uid)
(long)m_uid, (long)m_gid);
}
- SaveText(FILENAME_UID, to_string(uid).c_str());
+ SaveText(CD_UID, to_string(uid).c_str());
SaveKernelArchitectureRelease();
time_t t = time(NULL);
SaveText(FILENAME_TIME, to_string(t).c_str());