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/Shared_Malloc/test_position_independent_malloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Shared_Malloc/test_position_independent_malloc.cpp') diff --git a/examples/Shared_Malloc/test_position_independent_malloc.cpp b/examples/Shared_Malloc/test_position_independent_malloc.cpp index 3203b700601..1938fd68607 100644 --- a/examples/Shared_Malloc/test_position_independent_malloc.cpp +++ b/examples/Shared_Malloc/test_position_independent_malloc.cpp @@ -129,7 +129,7 @@ parse_args (int argc, char *argv[]) case 'a': // Override the default base address. base_addr = ACE_reinterpret_cast (void *, - ACE_OS::atoi (get_opt.optarg)); + ACE_OS::atoi (get_opt.opt_arg ())); break; case 'T': ACE_Trace::start_tracing (); -- cgit v1.2.1