CROSS_TO_WASM bits
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user