From 0bc80fab4dc53994efbd511b22b0c86d59baff8c Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 26 Dec 2001 15:46:44 +0000 Subject: ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt --- examples/Reactor/Multicast/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/Reactor/Multicast/client.cpp') diff --git a/examples/Reactor/Multicast/client.cpp b/examples/Reactor/Multicast/client.cpp index 10c16b7c24a..2845d556cf0 100644 --- a/examples/Reactor/Multicast/client.cpp +++ b/examples/Reactor/Multicast/client.cpp @@ -33,10 +33,10 @@ parse_args (int argc, ACE_TCHAR *argv[]) switch (c) { case 'm': - max_message_size = ACE_OS::atoi (getopt.optarg) * BUFSIZ; + max_message_size = ACE_OS::atoi (getopt.opt_arg ()) * BUFSIZ; break; case 'i': - iterations = ACE_OS::atoi (getopt.optarg); + iterations = ACE_OS::atoi (getopt.opt_arg ()); break; case 'u': // usage fallthrough -- cgit v1.2.1