summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-02-02 16:57:46 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-02-02 16:57:46 +0000
commitbe94fccccd9fa8f287fc67bbfc5e1aec1f6c0d5b (patch)
treedf0dbafd12cdbdd8aff641c1de52c1bc55ecdf93 /cpp/src
parentfixed proxy bug (diff)
downloadice-be94fccccd9fa8f287fc67bbfc5e1aec1f6c0d5b.tar.bz2
ice-be94fccccd9fa8f287fc67bbfc5e1aec1f6c0d5b.tar.xz
ice-be94fccccd9fa8f287fc67bbfc5e1aec1f6c0d5b.zip
Fixed bug 1692
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IcePatch2/Util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IcePatch2/Util.cpp b/cpp/src/IcePatch2/Util.cpp
index 57b7890f723..b7eb1fb8002 100644
--- a/cpp/src/IcePatch2/Util.cpp
+++ b/cpp/src/IcePatch2/Util.cpp
@@ -1111,6 +1111,7 @@ getFileInfoSeqInt(const string& basePath, const string& relPath, int compress, G
rename(pathBZ2Temp, pathBZ2);
+ info.size = compressedLen;
}
#endif