diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-28 04:28:44 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-28 04:28:44 +0000 |
commit | 8572b4234a00ec0d5ef830be5577444e68aaf234 (patch) | |
tree | 20fe3f42c879173ea1fe2025023b1e98fa07041e /tests/UPIPE_SAP_Test.cpp | |
parent | 1fac915d7b1c8329763d6eff13ab8fce6664e17a (diff) | |
download | ATCD-8572b4234a00ec0d5ef830be5577444e68aaf234.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r-- | tests/UPIPE_SAP_Test.cpp | 2 |
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"); |