comment out second srand statement ... fixes ran() command
This commit is contained in:
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 */
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user