summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/WFMO_Reactor/Multithreading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/WFMO_Reactor/Multithreading.cpp')
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/Multithreading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Reactor/WFMO_Reactor/Multithreading.cpp b/ACE/examples/Reactor/WFMO_Reactor/Multithreading.cpp
index 0778f375251..ba4565cfd95 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/Multithreading.cpp
+++ b/ACE/examples/Reactor/WFMO_Reactor/Multithreading.cpp
@@ -212,7 +212,7 @@ ACE_TMAIN (int argc, ACE_TCHAR **argv)
Task_Handler task (number_of_handles,
concurrent_threads);
- ACE_OS::srand (ACE_OS::time (0L));
+ ACE_OS::srand ((u_int) ACE_OS::time (0L));
for (int i = 1; i <= iterations; i++)
{