if file browser canceled, don't save replay log

This commit is contained in:
2025-03-27 14:55:24 -05:00
parent 500471bad1
commit c53b53d938

View File

@@ -4195,8 +4195,7 @@ void save_replay_log(){
if(replaying) return;
fs::path out_file = nav_put_rsrc({"xml"});
start_log_file(out_file.string());
if(!out_file.empty()) start_log_file(out_file.string());
}
void debug_crash() {