Skip to content

Commit

Permalink
fixed implicit cast
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-starke committed Aug 14, 2018
1 parent 1906d5f commit 617b502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr64c.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ int _tmain(int argc, TCHAR ** argv) {
}

/* initialize random number generator */
srand(time(NULL));
srand((unsigned int)time(NULL));

/* install signal handlers */
signalReceived = 0;
Expand Down

0 comments on commit 617b502

Please sign in to comment.