Make the ram(2) allocation failed fatals more user friendly

This commit is contained in:
RichardG867
2020-11-30 20:12:35 -03:00
parent d9d592c336
commit ee0d9f79f3
2 changed files with 10 additions and 6 deletions

View File

@@ -622,7 +622,7 @@ win_settings_save(void)
}
/* Mark configuration as changed. */
config_changed = 1;
config_changed = 2;
pc_reset_hard_init();
}