summaryrefslogtreecommitdiff
path: root/tests/MEM_Stream_Test.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-01 18:06:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-01 18:06:43 +0000
commitd56e4af316c12f539accb068826962a9ed98ebc4 (patch)
treedeb0a06ceea033868d2067b50547772ebf6d2aa4 /tests/MEM_Stream_Test.cpp
parent9c5db49aecd5e26b6286b2b28f6d1aa4cc9a7325 (diff)
downloadATCD-d56e4af316c12f539accb068826962a9ed98ebc4.tar.gz
ChangeLogTag:Tue May 1 11:05:48 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'tests/MEM_Stream_Test.cpp')
-rw-r--r--tests/MEM_Stream_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MEM_Stream_Test.cpp b/tests/MEM_Stream_Test.cpp
index 09928a66cc5..4cfe586b85e 100644
--- a/tests/MEM_Stream_Test.cpp
+++ b/tests/MEM_Stream_Test.cpp
@@ -97,7 +97,7 @@ Echo_Handler::handle_input (ACE_HANDLE)
ACE_TCHAR buf[MAXPATHLEN];
ssize_t len;
- len = this->peer ().recv (buf, MAXPATHLEN * sizeof (ACE_CHAR));
+ len = this->peer ().recv (buf, MAXPATHLEN * sizeof (ACE_TCHAR));
if (len == -1)
ACE_ERROR_RETURN ((LM_ERROR,