diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-30 01:13:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-30 01:13:26 +0000 |
commit | 7d8c814c5f73b6b93ec4806c69faf2a44ae1ca8b (patch) | |
tree | d4d83e8c9c27e499548ddbce267eb1a2f5a1c328 /cpp/src/IcePatch2/Client.cpp | |
parent | IcePatch2 for WIN32 (diff) | |
download | ice-7d8c814c5f73b6b93ec4806c69faf2a44ae1ca8b.tar.bz2 ice-7d8c814c5f73b6b93ec4806c69faf2a44ae1ca8b.tar.xz ice-7d8c814c5f73b6b93ec4806c69faf2a44ae1ca8b.zip |
IcePatch2 for WIN32
Diffstat (limited to 'cpp/src/IcePatch2/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Client.cpp b/cpp/src/IcePatch2/Client.cpp index e1fc67d76b1..f5948a63b95 100644 --- a/cpp/src/IcePatch2/Client.cpp +++ b/cpp/src/IcePatch2/Client.cpp @@ -232,7 +232,7 @@ IcePatch2::Client::run(int argc, char* argv[]) { PatcherFeedbackPtr feedback = new TextPatcherFeedback; PatcherPtr patcher = new Patcher(communicator(), feedback); - patcher->patch(); + patchComplete = patcher->patch(); } catch(const string& ex) { |