Mark some extended commands as no-fuzzer
... instead of checking the fuzzer being on in the commands themselves.
This commit is contained in:
@@ -49,8 +49,6 @@ static void zerocomp_bputc(int);
|
||||
int
|
||||
dosave(void)
|
||||
{
|
||||
if (iflags.debug_fuzzer)
|
||||
return 0;
|
||||
clear_nhwindow(WIN_MESSAGE);
|
||||
if (yn("Really save?") == 'n') {
|
||||
clear_nhwindow(WIN_MESSAGE);
|
||||
|
||||
Reference in New Issue
Block a user