summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Test.cpp
diff options
context:
space:
mode:
authorhillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-06-20 12:55:24 +0000
committerhillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-06-20 12:55:24 +0000
commit57cbc701c34614655c9af44fb0f21989361ad805 (patch)
tree5d0cf08f0f8609c442e62c25c026f7fa8b858cf3 /ACE/tests/CDR_Test.cpp
parent0fd7064153243baff8e89f39b61e56e0932074ee (diff)
downloadATCD-57cbc701c34614655c9af44fb0f21989361ad805.tar.gz
Wed Jun 20 12:54:29 UTC 2012 James H. Hill <hillj at cs dot iupui dot edu>
Diffstat (limited to 'ACE/tests/CDR_Test.cpp')
-rw-r--r--ACE/tests/CDR_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/CDR_Test.cpp b/ACE/tests/CDR_Test.cpp
index 4e4b814dff2..a7ae71d8bcc 100644
--- a/ACE/tests/CDR_Test.cpp
+++ b/ACE/tests/CDR_Test.cpp
@@ -523,7 +523,7 @@ CDR_Test_Types::test_put_placeholder (ACE_OutputCDR &cdr)
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("test_put (char placeholder) failed\n")),
1);
- if (!cdr.replace (this->repb, pos))
+ if (!cdr.replace (this->repc, pos))
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("replace(char) failed\n")),
1);