summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Native_Exceptions/server.cpp')
-rw-r--r--TAO/tests/Native_Exceptions/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Native_Exceptions/server.cpp b/TAO/tests/Native_Exceptions/server.cpp
index 8de43cfbbf1..1ee0e319c74 100644
--- a/TAO/tests/Native_Exceptions/server.cpp
+++ b/TAO/tests/Native_Exceptions/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 '?':