summaryrefslogtreecommitdiff
path: root/TAO/tests/Crash_On_Write/client.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/Crash_On_Write/client.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/Crash_On_Write/client.cpp')
-rw-r--r--TAO/tests/Crash_On_Write/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Crash_On_Write/client.cpp b/TAO/tests/Crash_On_Write/client.cpp
index b689510cd8a..0ea17c4a904 100644
--- a/TAO/tests/Crash_On_Write/client.cpp
+++ b/TAO/tests/Crash_On_Write/client.cpp
@@ -18,11 +18,11 @@ parse_args (int argc, char *argv[])
switch (c)
{
case 'k':
- ior = get_opts.optarg;
+ ior = get_opts.opt_arg ();
break;
case 'i':
- iterations = ACE_OS::atoi (get_opts.optarg);
+ iterations = ACE_OS::atoi (get_opts.opt_arg ());
break;
case '?':