1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00
Which was initially reported by Paul, but Gale's description gave
me the means to reproduce it here.
This commit is contained in:
Leland Lucius 2015-05-22 12:29:53 -05:00
parent 52448d98d1
commit b3092a53a8

2
src/AutoRecovery.cpp Normal file → Executable file
View File

@ -692,7 +692,7 @@ bool AutoSaveFile::Decode(const wxString & fileName)
file.Close();
// Decode to a temporary file to preserve the orignal.
wxString tempName = fn.CreateTempFileName(fn.GetPath(true));
wxString tempName = fn.CreateTempFileName(fn.GetPath());
XMLFileWriter out;