summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-02-21 22:48:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-02-21 22:48:01 +0000
commit8016ec6bdd4905d5af7e023351b003085145a2d5 (patch)
treead6c3bc576847269c82229adbf31aa42214e3d4d
parent12aa68552226f5909e96591574b4e32b61a58486 (diff)
downloadATCD-8016ec6bdd4905d5af7e023351b003085145a2d5.tar.gz
ChangeLogTag:Wed Feb 21 19:27:14 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
-rw-r--r--ACE/tests/NonBlocking_Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/NonBlocking_Conn_Test.cpp b/ACE/tests/NonBlocking_Conn_Test.cpp
index 1b4dfa8a884..1c428fbc9e2 100644
--- a/ACE/tests/NonBlocking_Conn_Test.cpp
+++ b/ACE/tests/NonBlocking_Conn_Test.cpp
@@ -135,7 +135,7 @@ test_connect (ACE_Reactor &reactor,
{
ACE_TCHAR buffer[1024];
addresses[i].addr_to_string (buffer,
- sizeof buffer,
+ sizeof buffer / sizeof ACE_TCHAR,
1);
ACE_DEBUG ((LM_DEBUG,