mirror of https://github.com/odrling/Aegisub
parent
d1d2fe5e99
commit
32cc996ce6
|
@ -264,7 +264,7 @@ void AegisubApp::OnUnhandledException() {
|
|||
path += _T("/");
|
||||
dstpath.Assign(path);
|
||||
if (!dstpath.DirExists()) wxMkdir(path);
|
||||
wxString filename = StandardPaths::DecodePath(_T("?user/")) + origfile.GetName() + _T(".RECOVER.ass");
|
||||
wxString filename = path + origfile.GetName() + _T(".RECOVER.ass");
|
||||
AssFile::top->Save(filename,false,false);
|
||||
|
||||
// Inform user of crash
|
||||
|
|
Loading…
Reference in New Issue