diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-03 14:36:43 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-03 14:36:43 +0000 |
commit | c4068ed12b738d8d209b9666307215a86a602799 (patch) | |
tree | 9ccb895462ba2348e3ad7c124cac2edce65f2cf8 /examples | |
parent | f511cd53d1af2ecb18ce7a30223571e8017473d5 (diff) | |
download | ATCD-c4068ed12b738d8d209b9666307215a86a602799.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Reactor/Proactor/test_proactor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Reactor/Proactor/test_proactor.cpp b/examples/Reactor/Proactor/test_proactor.cpp index 04f611ba5d3..cc6aa424f87 100644 --- a/examples/Reactor/Proactor/test_proactor.cpp +++ b/examples/Reactor/Proactor/test_proactor.cpp @@ -569,6 +569,7 @@ parse_args (int argc, char *argv[]) int main (int argc, char *argv[]) { + if (parse_args (argc, argv) == -1) return -1; |