summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/exhndlr.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-10-11 13:19:56 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-10-11 13:19:56 +0000
commit7e67728d3ea7790e4aa7a8197fc458e672922051 (patch)
tree20c77c739f4b225bb64e0564c2895a3b3718b0f4 /plugins/CrashDumper/src/exhndlr.cpp
parent725c245c57c532658ef0d2a77ea50ff599c40dec (diff)
Crash Dumper:
- Duplicate function removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15532 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/exhndlr.cpp')
-rw-r--r--plugins/CrashDumper/src/exhndlr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/exhndlr.cpp b/plugins/CrashDumper/src/exhndlr.cpp
index fcd25a8a0d..c690bdc9d2 100644
--- a/plugins/CrashDumper/src/exhndlr.cpp
+++ b/plugins/CrashDumper/src/exhndlr.cpp
@@ -51,7 +51,7 @@ void myfilterWorker(PEXCEPTION_POINTERS exc_ptr, bool notify)
HANDLE hDumpFile = NULL;
GetLocalTime(&st);
- CreateDirectoryTree(CrashLogFolder);
+ CreateDirectoryTreeT(CrashLogFolder);
__try {
if (dtsubfldr) {