CROSS_TO_WASM bits

This commit is contained in:
nhmall
2023-11-26 22:52:46 -05:00
parent 85e08c4034
commit e0dd6a916a
2 changed files with 3 additions and 3 deletions

View File

@@ -295,7 +295,7 @@ nhmain(int argc, char *argv[])
wd_message();
if (discover || wizard) {
/* this seems like a candidate for paranoid_confirmation... */
if (yn("Do you want to keep the save file?") == 'n') {
if (y_n("Do you want to keep the save file?") == 'n') {
(void) delete_savefile();
} else {
(void) chmod(fq_save, FCMASK); /* back to readable */