summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePatch2/Util.cpp')
-rw-r--r--cpp/src/IcePatch2/Util.cpp2
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)
{