Removed all srand calls and added a single srand invokation in at startup

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4264 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Jochen Eisinger 2006-03-26 08:42:34 +00:00 committed by c0ffee
commit 4de9baf8f1
6 changed files with 4 additions and 5 deletions

View file

@ -336,6 +336,8 @@ int main(int argc, char **argv)
g_mem_set_vtable(&gc_mem_table);
#endif
srand(time(NULL));
dummy = FALSE;
quitting = FALSE;
core_init_paths(argc, argv);