summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-16 08:26:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-16 08:26:43 +0000
commit7e2efaa5fe185ed5bda7f46a62e9a91235e30dac (patch)
tree3495eea8a30fa42fd0b5894fde1113c6b5d53580
parent56227eb6f605c628f9387750d8a2b5bd0de52ac8 (diff)
downloadATCD-7e2efaa5fe185ed5bda7f46a62e9a91235e30dac.tar.gz
Fri Feb 15 08:26:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-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",