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 | e353382c37fc45800675d08955c79c5503d037e3 (patch) | |
tree | f64afefdae59458c2223d059c3678c3a7f9bfde0 /tests | |
parent | c389ded5f54fd3c16d6f1a039359d8e2fb35b5a9 (diff) | |
download | ATCD-e353382c37fc45800675d08955c79c5503d037e3.tar.gz |
ChangeLogTag: Fri Apr 6 08:23:02 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'tests')
-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 { |