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:
@@ -92,7 +92,7 @@ Sudoku::AboutRequested()
|
|||||||
int
|
int
|
||||||
main(int /*argc*/, char** /*argv*/)
|
main(int /*argc*/, char** /*argv*/)
|
||||||
{
|
{
|
||||||
srand(system_time());
|
srand(system_time() % INT_MAX);
|
||||||
|
|
||||||
Sudoku sudoku;
|
Sudoku sudoku;
|
||||||
sudoku.Run();
|
sudoku.Run();
|
||||||
|
|||||||
Reference in New Issue
Block a user