summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/AMI/ami_test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/AMI/ami_test_i.cpp b/TAO/tests/AMI/ami_test_i.cpp
index 14dc6768074..dd18af1af6c 100644
--- a/TAO/tests/AMI/ami_test_i.cpp
+++ b/TAO/tests/AMI/ami_test_i.cpp
@@ -54,7 +54,7 @@ AMI_Test_i::foo (CORBA::Long_out out_l,
if (check_params_)
{
- if (in_l_ != in_l || ACE_OS::strcmp(in_str_, in_str) != 0)
+ if (in_l_ != in_l || ACE_OS::strcmp(in_str_.in (), in_str) != 0)
{
ACE_ERROR ((LM_ERROR,
"ERROR: Parameter corruption on in parameters: %d %d %s %s.\n",