diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-06 13:26:55 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-06 13:26:55 +0000 |
commit | cf709e35066ac06184457ea1cdf7b377b92e9dce (patch) | |
tree | f64afefdae59458c2223d059c3678c3a7f9bfde0 /tests/Process_Strategy_Test.cpp | |
parent | 311ade50eb460412103a0e505fffc8a9ef5a8665 (diff) | |
download | ATCD-cf709e35066ac06184457ea1cdf7b377b92e9dce.tar.gz |
ChangeLogTag: Fri Apr 6 08:23:02 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r-- | tests/Process_Strategy_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp index 321b9aa311e..947d2de1fb9 100644 --- a/tests/Process_Strategy_Test.cpp +++ b/tests/Process_Strategy_Test.cpp @@ -420,7 +420,7 @@ Counting_Service::handle_input (ACE_HANDLE) bytes = this->peer ().recv (buf, len); - if (bytes <= 0 || (int) buf[0] == EOF) + if (bytes <= 0 || buf[0] == (char) EOF) return -1; else { |