Mark some extended commands as no-fuzzer

... instead of checking the fuzzer being on in the commands themselves.
This commit is contained in:
Pasi Kallinen
2021-07-08 11:35:40 +03:00
parent 57cfcd9ed0
commit 491adc6a69
5 changed files with 31 additions and 34 deletions

View File

@@ -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);