comment out second srand statement ... fixes ran() command
This commit is contained in:
parent
c1ee990d14
commit
afa8e9bf1a
BIN
src/libyab.so
BIN
src/libyab.so
Binary file not shown.
@ -874,7 +874,7 @@ static void initialize(void)
|
|||||||
cmdroot->next=cmdroot->prev=NULL;
|
cmdroot->next=cmdroot->prev=NULL;
|
||||||
|
|
||||||
/* initialize random number generator */
|
/* initialize random number generator */
|
||||||
srand((unsigned int)time(NULL));
|
//srand((unsigned int)time(NULL));
|
||||||
|
|
||||||
/* specify default text-alignement and window origin */
|
/* specify default text-alignement and window origin */
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user