diff options
author | Marc Laukien <marc@zeroc.com> | 2004-12-07 19:23:29 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-12-07 19:23:29 +0000 |
commit | 0ec960567431fbbd906de24b1c101bc832984357 (patch) | |
tree | 1a67ff0f08abd982c012e93910360fb1e96c3e67 /cpp/src/IcePatch2/ClientUtil.cpp | |
parent | Added additional checks to validate metadata. (diff) | |
download | ice-0ec960567431fbbd906de24b1c101bc832984357.tar.bz2 ice-0ec960567431fbbd906de24b1c101bc832984357.tar.xz ice-0ec960567431fbbd906de24b1c101bc832984357.zip |
fix
Diffstat (limited to 'cpp/src/IcePatch2/ClientUtil.cpp')
-rwxr-xr-x | cpp/src/IcePatch2/ClientUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/ClientUtil.cpp b/cpp/src/IcePatch2/ClientUtil.cpp index 321f77fd861..4ac87d51aac 100755 --- a/cpp/src/IcePatch2/ClientUtil.cpp +++ b/cpp/src/IcePatch2/ClientUtil.cpp @@ -536,7 +536,7 @@ IcePatch2::Patcher::updateFilesInternal(const FileInfoSeq& files, const Decompre if(p->size == 0) { - string path = _dataDir + '/' + p->path + ".bz2"; + string path = _dataDir + '/' + p->path; ofstream file(path.c_str(), ios::binary); } else |