summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2001-12-31 14:25:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2001-12-31 14:25:55 +0000
commit754fb8af7579cc580220d489b3415bea17b28811 (patch)
tree294c4d594eed2ec4b010638ce7a81403531c8c85 /tests
parent3dbc948bb4cf3609eeea7cffaf5d61419b2e2f5e (diff)
downloadATCD-754fb8af7579cc580220d489b3415bea17b28811.tar.gz
ChangeLogTag: Mon Dec 31 15:08:08 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Pipe_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Pipe_Test.cpp b/tests/Pipe_Test.cpp
index 727ee4421b4..cad53d202e8 100644
--- a/tests/Pipe_Test.cpp
+++ b/tests/Pipe_Test.cpp
@@ -55,7 +55,7 @@ parse_args (int argc, char *argv[])
child_process = 1;
break;
case 'i':
- iterations = atoi (get_opt.opt_arg ());
+ iterations = ACE_OS::atoi (get_opt.opt_arg ());
break;
default:
print_usage_and_die ();