diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePatch2/Util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Util.cpp b/cpp/src/IcePatch2/Util.cpp index 355b5a2bfc1..3272dae33a4 100644 --- a/cpp/src/IcePatch2/Util.cpp +++ b/cpp/src/IcePatch2/Util.cpp @@ -937,7 +937,7 @@ getFileInfoSeqInt(const string& basePath, const string& relPath, int compress, G compressBytesToFile(pathBZ2Temp, bytes, static_cast<Int>(relPath.size())); - OS::rename(pathBZ2Temp, pathBZ2); + rename(pathBZ2Temp, pathBZ2); if(OS::osstat(pathBZ2, &bufBZ2) == -1) { |