summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_socket.inl
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2005-08-11 16:40:11 +0000
committerSteve Huston <shuston@riverace.com>2005-08-11 16:40:11 +0000
commit49b875ab3a69dc3862947213dc5ba36988cc3064 (patch)
treefeb7770ad98274bbead741b0e4545c32425d4ece /ace/OS_NS_sys_socket.inl
parentceff962521c7a21de563eeb395c11c24fe4bc7e2 (diff)
downloadATCD-49b875ab3a69dc3862947213dc5ba36988cc3064.tar.gz
ChangeLogTag:Thu Aug 11 12:29:39 2005 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/OS_NS_sys_socket.inl')
-rw-r--r--ace/OS_NS_sys_socket.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS_NS_sys_socket.inl b/ace/OS_NS_sys_socket.inl
index f66f8a09558..10a32444697 100644
--- a/ace/OS_NS_sys_socket.inl
+++ b/ace/OS_NS_sys_socket.inl
@@ -721,7 +721,7 @@ ACE_OS::sendto (ACE_HANDLE handle,
addrlen);
if (result == -1)
break;
- number_of_bytes_sent += result;
+ number_of_bytes_sent += static_cast<size_t> (result);
}
return result;