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