summaryrefslogtreecommitdiff
path: root/ACE/protocols/examples/TMCast/Member/member.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/examples/TMCast/Member/member.cpp')
-rw-r--r--ACE/protocols/examples/TMCast/Member/member.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/protocols/examples/TMCast/Member/member.cpp b/ACE/protocols/examples/TMCast/Member/member.cpp
index f89c68564ea..7aad7736ccf 100644
--- a/ACE/protocols/examples/TMCast/Member/member.cpp
+++ b/ACE/protocols/examples/TMCast/Member/member.cpp
@@ -28,7 +28,7 @@ ACE_TMAIN (int argc, ACE_TCHAR* argv[])
else if (argv[1][0] == 's') receiver = false;
else throw Args ();
- if (!receiver) ACE_OS::srand (ACE_OS::time ());
+ if (!receiver) ACE_OS::srand ((u_int) ACE_OS::time ());
ACE_INET_Addr address (argv[3]);