comment out second srand statement ... fixes ran() command

This commit is contained in:
Jim 2015-07-08 13:57:35 -07:00
parent c1ee990d14
commit afa8e9bf1a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -874,7 +874,7 @@ static void initialize(void)
cmdroot->next=cmdroot->prev=NULL;
/* initialize random number generator */
srand((unsigned int)time(NULL));
//srand((unsigned int)time(NULL));
/* specify default text-alignement and window origin */
/*