From be94fccccd9fa8f287fc67bbfc5e1aec1f6c0d5b Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Fri, 2 Feb 2007 16:57:46 +0000 Subject: Fixed bug 1692 --- cpp/src/IcePatch2/Util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/IcePatch2/Util.cpp') 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 -- cgit v1.2.3