Exit
This commit is contained in:
@@ -966,9 +966,9 @@ char *games_keystrokesload(int32_t *numkeysp,uint64_t seed,int32_t counter)
|
|||||||
void games_exit()
|
void games_exit()
|
||||||
{
|
{
|
||||||
uint32_t counter;
|
uint32_t counter;
|
||||||
resetltchars();
|
//resetltchars();
|
||||||
if ( globalR.guiflag != 0 || globalR.sleeptime != 0 )
|
if ( globalR.guiflag != 0 || globalR.sleeptime != 0 )
|
||||||
exit(st);
|
exit(0);
|
||||||
else if ( counter++ < 10 )
|
else if ( counter++ < 10 )
|
||||||
{
|
{
|
||||||
fprintf(stderr,"would have exit.(%d) sleeptime.%d\n",st,globalR.sleeptime);
|
fprintf(stderr,"would have exit.(%d) sleeptime.%d\n",st,globalR.sleeptime);
|
||||||
|
|||||||
Reference in New Issue
Block a user