mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-08 01:17:10 +01:00
Fix bug #960
Which was initially reported by Paul, but Gale's description gave me the means to reproduce it here.
This commit is contained in:
2
src/AutoRecovery.cpp
Normal file → Executable file
2
src/AutoRecovery.cpp
Normal file → Executable file
@@ -692,7 +692,7 @@ bool AutoSaveFile::Decode(const wxString & fileName)
|
|||||||
file.Close();
|
file.Close();
|
||||||
|
|
||||||
// Decode to a temporary file to preserve the orignal.
|
// Decode to a temporary file to preserve the orignal.
|
||||||
wxString tempName = fn.CreateTempFileName(fn.GetPath(true));
|
wxString tempName = fn.CreateTempFileName(fn.GetPath());
|
||||||
|
|
||||||
XMLFileWriter out;
|
XMLFileWriter out;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user