diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-02 16:57:46 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-02 16:57:46 +0000 |
commit | be94fccccd9fa8f287fc67bbfc5e1aec1f6c0d5b (patch) | |
tree | df0dbafd12cdbdd8aff641c1de52c1bc55ecdf93 /cpp/src | |
parent | fixed proxy bug (diff) | |
download | ice-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.cpp | 1 |
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 |