diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-26 15:55:59 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-26 15:55:59 +0000 |
commit | d200c2051c92cc193fdebaabd9c4b80935f33496 (patch) | |
tree | 1534aad8ba29d75881ad6f4ab980fb04525b42f3 /TAO/tests/Timeout/server.cpp | |
parent | c13d83545ee97972e556b1fdc6eb81c318435f76 (diff) | |
download | ATCD-d200c2051c92cc193fdebaabd9c4b80935f33496.tar.gz |
ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Timeout/server.cpp')
-rw-r--r-- | TAO/tests/Timeout/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Timeout/server.cpp b/TAO/tests/Timeout/server.cpp index c79786c701e..7678b8438b5 100644 --- a/TAO/tests/Timeout/server.cpp +++ b/TAO/tests/Timeout/server.cpp @@ -17,7 +17,7 @@ parse_args (int argc, char *argv[]) switch (c) { case 'o': - ior_output_file = get_opts.optarg; + ior_output_file = get_opts.opt_arg (); break; case '?': |