Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author"Oliver Schneider ext:(%22) <oliver@assarbad.net>2011-02-05 03:47:16 +0300
committer"Oliver Schneider ext:(%22) <oliver@assarbad.net>2011-02-05 03:47:16 +0300
commitcdfd55304338c4adb28714dbc0387f1cbcbbee93 (patch)
treece538bf1b2bb8e16f3fd67803db9853ff64ae57a /windirstat/dirstatdoc.cpp
parent69a318aebf2702e80ae4275541a856ffeec30d4e (diff)
- Some refactoring to make the distinction between API functions and class member functions easier
- There are only 26 letters in the Latin alphabet, so only 26 drive letters - Some additional check - Added TODO/FIXME comments for later
Diffstat (limited to 'windirstat/dirstatdoc.cpp')
-rw-r--r--windirstat/dirstatdoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/windirstat/dirstatdoc.cpp b/windirstat/dirstatdoc.cpp
index 81961e9..01277ec 100644
--- a/windirstat/dirstatdoc.cpp
+++ b/windirstat/dirstatdoc.cpp
@@ -957,7 +957,7 @@ void CDirstatDoc::PerformUserDefinedCleanup(const USERDEFINEDCLEANUP *udc, CItem
{
ASSERT(IT_FILE == item->GetType());
- if(!PathFileExists(path))
+ if(!::PathFileExists(path))
{
MdThrowStringExceptionF(IDS_THEFILEsDOESNOTEXIST, path);
}