diff options
Diffstat (limited to 'Source/kwsys/Directory.cxx')
-rw-r--r-- | Source/kwsys/Directory.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/kwsys/Directory.cxx b/Source/kwsys/Directory.cxx index f3e302f..5b4dcda 100644 --- a/Source/kwsys/Directory.cxx +++ b/Source/kwsys/Directory.cxx @@ -79,7 +79,8 @@ const char* Directory::GetPath() const //---------------------------------------------------------------------------- void Directory::Clear() { - this->Internal->Path.clear(); + //this->Internal->Path.clear(); + this->Internal->Path = ""; this->Internal->Files.clear(); } |