diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-01-15 20:20:40 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-01-15 20:20:40 +0000 |
commit | 66214199bb8eb48c6a62f144fa841414b3760aed (patch) | |
tree | 76c4530171bc0c8a31dbd092ed262c5f26fe3a41 /cpp/demo/Ice/hello/Client.cpp | |
parent | Fixed build failure (diff) | |
download | ice-66214199bb8eb48c6a62f144fa841414b3760aed.tar.bz2 ice-66214199bb8eb48c6a62f144fa841414b3760aed.tar.xz ice-66214199bb8eb48c6a62f144fa841414b3760aed.zip |
Fixed typo
Diffstat (limited to 'cpp/demo/Ice/hello/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/hello/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/hello/Client.cpp b/cpp/demo/Ice/hello/Client.cpp index 4cdcaee21ea..801a8ebc337 100644 --- a/cpp/demo/Ice/hello/Client.cpp +++ b/cpp/demo/Ice/hello/Client.cpp @@ -139,7 +139,7 @@ HelloClient::run(int argc, char* argv[]) delay = 0; } - if(delay == -1) + if(delay == 0) { cout << "server delay is now disabled" << endl; } |