summaryrefslogtreecommitdiff
path: root/ACE/tests/Handle_Set_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Handle_Set_Test.cpp')
-rw-r--r--ACE/tests/Handle_Set_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Handle_Set_Test.cpp b/ACE/tests/Handle_Set_Test.cpp
index 61e48e0a2c4..17f83625f4b 100644
--- a/ACE/tests/Handle_Set_Test.cpp
+++ b/ACE/tests/Handle_Set_Test.cpp
@@ -35,7 +35,7 @@ test_duplicates (size_t count)
ACE_Handle_Set handle_set;
- ACE_OS::srand (ACE_OS::time (0L));
+ ACE_OS::srand ((u_int) ACE_OS::time (0L));
for (size_t i = 0; i < count; i++)
{