summaryrefslogtreecommitdiff
path: root/tests/Buffer_Stream_Test.cpp
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-10 06:44:29 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-10 06:44:29 +0000
commitd55f000499b3c08d8b368c44819864fdf6af6e0c (patch)
tree7ab6c778040ca5405622de6be426f45f08f4de24 /tests/Buffer_Stream_Test.cpp
parentd53cf9dcbee9193da87ee08130cbd156ff6eb829 (diff)
downloadATCD-d55f000499b3c08d8b368c44819864fdf6af6e0c.tar.gz
Support for Borland C++ 5.x as DLL
Diffstat (limited to 'tests/Buffer_Stream_Test.cpp')
-rw-r--r--tests/Buffer_Stream_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Buffer_Stream_Test.cpp b/tests/Buffer_Stream_Test.cpp
index 6959a52939f..4d77da34c1f 100644
--- a/tests/Buffer_Stream_Test.cpp
+++ b/tests/Buffer_Stream_Test.cpp
@@ -157,7 +157,7 @@ int
Consumer::svc (void)
{
ACE_Message_Block *mb = 0;
- int result = 0;
+ int result;
char *c = ACE_ALPHABET;
char *output;