This commit is contained in:
@@ -743,7 +743,7 @@ my_exit(int st)
|
|||||||
{
|
{
|
||||||
uint32_t counter;
|
uint32_t counter;
|
||||||
resetltchars();
|
resetltchars();
|
||||||
if ( globalR.guiflag != 0 )
|
if ( globalR.guiflag != 0 || globalR.sleeptime != 0 )
|
||||||
exit(st);
|
exit(st);
|
||||||
else if ( counter++ < 10 )
|
else if ( counter++ < 10 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user