How come this doesn't generate a warning ? clipped to int32.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23847 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-02-03 17:53:52 +00:00
parent db18308b90
commit 3a78bc6b6c
+1 -1
View File
@@ -92,7 +92,7 @@ Sudoku::AboutRequested()
int
main(int /*argc*/, char** /*argv*/)
{
srand(system_time());
srand(system_time() % INT_MAX);
Sudoku sudoku;
sudoku.Run();