FC Updates from BitShares and myself #21
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ static int interruptible_getc(void)
|
||||||
if( r == -1 && errno == EINTR )
|
if( r == -1 && errno == EINTR )
|
||||||
cli_quitting = true;
|
cli_quitting = true;
|
||||||
|
|
||||||
return r == 1 ? c : EOF;
|
return r == 1 && !cli_quitting ? c : EOF;
|
||||||
}
|
}
|
||||||
|
|
||||||
void cli::start()
|
void cli::start()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue