summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneway_Buffering/admin.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 15:55:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 15:55:59 +0000
commit9373ca40cf71d21bf53f64d2a0ccd130d6524e73 (patch)
tree1534aad8ba29d75881ad6f4ab980fb04525b42f3 /TAO/tests/Oneway_Buffering/admin.cpp
parent0bc80fab4dc53994efbd511b22b0c86d59baff8c (diff)
downloadATCD-9373ca40cf71d21bf53f64d2a0ccd130d6524e73.tar.gz
ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Oneway_Buffering/admin.cpp')
-rw-r--r--TAO/tests/Oneway_Buffering/admin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Oneway_Buffering/admin.cpp b/TAO/tests/Oneway_Buffering/admin.cpp
index f2e44e5ede2..874f6f9c508 100644
--- a/TAO/tests/Oneway_Buffering/admin.cpp
+++ b/TAO/tests/Oneway_Buffering/admin.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 '?':