summaryrefslogtreecommitdiff
path: root/tests/UPIPE_SAP_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-28 04:28:44 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-28 04:28:44 +0000
commitff780b5ed926be389d9efdb5b6bc4226075f71b6 (patch)
tree20fe3f42c879173ea1fe2025023b1e98fa07041e /tests/UPIPE_SAP_Test.cpp
parent1672df68c0bdb1181369c641b0482499c51734d2 (diff)
downloadATCD-ff780b5ed926be389d9efdb5b6bc4226075f71b6.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r--tests/UPIPE_SAP_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp
index 1771575b3cb..7a5d27376fc 100644
--- a/tests/UPIPE_SAP_Test.cpp
+++ b/tests/UPIPE_SAP_Test.cpp
@@ -46,7 +46,7 @@ connector (void *)
ACE_Message_Block *mb;
- ACE_NEW_RETURN (mb, ACE_Message_Block (sizeof "hello thanks"), 0);
+ ACE_NEW_RETURN (mb, ACE_Message_Block (sizeof "hello thanks" * sizeof char), 0);
mb->copy ("hello");