summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Util.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-01-13 05:59:59 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-01-13 05:59:59 +0000
commit2db500e5580114829b12caa669546118427cb407 (patch)
tree728d1375f3110444cddf847d87a29964b2081284 /cpp/src/IcePatch2/Util.cpp
parentminor edits (diff)
downloadice-2db500e5580114829b12caa669546118427cb407.tar.bz2
ice-2db500e5580114829b12caa669546118427cb407.tar.xz
ice-2db500e5580114829b12caa669546118427cb407.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=750
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)
{