diff options
Diffstat (limited to 'cpp/src/IcePatch2Lib/Util.cpp')
-rw-r--r-- | cpp/src/IcePatch2Lib/Util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2Lib/Util.cpp b/cpp/src/IcePatch2Lib/Util.cpp index 4e89aebc6a2..88798feaba5 100644 --- a/cpp/src/IcePatch2Lib/Util.cpp +++ b/cpp/src/IcePatch2Lib/Util.cpp @@ -469,7 +469,7 @@ IcePatch2Internal::readDirectory(const string& pa) while(true) { - string name = IceUtil::wstringToString(data.name); + string name = wstringToString(data.name); assert(!name.empty()); if(name != ".." && name != ".") |