summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-10-05 21:15:58 +0000
committerSteve Huston <shuston@riverace.com>2002-10-05 21:15:58 +0000
commitdfa4cd92801f8792fba9cf010cd9c70fb4c7fa28 (patch)
treefc5fa7e0e57298e9da11c0ab287d0ae9ffb4107c /apps
parentf6bb32b4646e6e15e09dbb5ffaf6db989f5d9e29 (diff)
downloadATCD-dfa4cd92801f8792fba9cf010cd9c70fb4c7fa28.tar.gz
ChangeLogTag:Sat Oct 5 17:04:38 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/server/IO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/server/IO.cpp b/apps/JAWS/server/IO.cpp
index aec6da1898c..b1f3eb3ec62 100644
--- a/apps/JAWS/server/IO.cpp
+++ b/apps/JAWS/server/IO.cpp
@@ -112,7 +112,7 @@ JAWS_Synch_IO::transmit_file (const char *filename,
stream.set_handle (this->handle_);
if ((stream.send_n (header, header_size) == header_size)
- && ((u_long) stream.send_n (handle.address (), handle.size ())
+ && (stream.send_n (handle.address (), handle.size ())
== handle.size ())
&& (stream.send_n (trailer, trailer_size) == trailer_size))
this->handler_->transmit_file_complete ();