summaryrefslogtreecommitdiff
path: root/tests/Log_Msg_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-08 21:45:44 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-08 21:45:44 +0000
commit6c613d5cbfdd4e412c5e0888842885b980849198 (patch)
tree876b2865fa05f7b499eeffdfb0d814b6901d0fa9 /tests/Log_Msg_Test.cpp
parent51b6b5580b0c8579bd00553a48cf66f92672ba34 (diff)
downloadATCD-6c613d5cbfdd4e412c5e0888842885b980849198.tar.gz
ChangeLogTag:Wed Sep 8 15:58:07 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests/Log_Msg_Test.cpp')
-rw-r--r--tests/Log_Msg_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Log_Msg_Test.cpp b/tests/Log_Msg_Test.cpp
index c9a02afae45..65134b5cce3 100644
--- a/tests/Log_Msg_Test.cpp
+++ b/tests/Log_Msg_Test.cpp
@@ -365,7 +365,7 @@ test_ostream (void)
// Allocate the input buffer
char *buffer;
ACE_NEW_RETURN (buffer,
- char[info.size_],
+ char[info.size_ + 1],
-1);
// Make sure <buffer> is released automagically.
ACE_Auto_Basic_Array_Ptr<char> b (buffer);