summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Supports/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Supports/client.cpp')
-rw-r--r--TAO/tests/OBV/Supports/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/OBV/Supports/client.cpp b/TAO/tests/OBV/Supports/client.cpp
index fa25ce91169..2e77f6911e2 100644
--- a/TAO/tests/OBV/Supports/client.cpp
+++ b/TAO/tests/OBV/Supports/client.cpp
@@ -16,11 +16,11 @@ parse_args (int argc, ACE_TCHAR *argv[])
switch (c)
{
case 't':
- num_trials = ACE_OS::atoi (get_opts.opt_arg);
+ num_trials = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'i':
- id = ACE_OS::atoi (get_opts.opt_arg);
+ id = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'k':