summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-01-15 20:20:40 +0000
committerBernard Normier <bernard@zeroc.com>2007-01-15 20:20:40 +0000
commit66214199bb8eb48c6a62f144fa841414b3760aed (patch)
tree76c4530171bc0c8a31dbd092ed262c5f26fe3a41 /cpp/demo/Ice/hello/Client.cpp
parentFixed build failure (diff)
downloadice-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.cpp2
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;
}