mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
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:
parent
47704b800d
commit
4de9baf8f1
6 changed files with 4 additions and 5 deletions
|
|
@ -55,6 +55,8 @@ void noui_init(void)
|
|||
{ NULL, '\0', 0, NULL }
|
||||
};
|
||||
|
||||
srand(time(NULL));
|
||||
|
||||
autoload_module = NULL;
|
||||
args_register(options);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue