mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39:27 +02: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:
parent
52448d98d1
commit
b3092a53a8
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();
|
||||
|
||||
// Decode to a temporary file to preserve the orignal.
|
||||
wxString tempName = fn.CreateTempFileName(fn.GetPath(true));
|
||||
wxString tempName = fn.CreateTempFileName(fn.GetPath());
|
||||
|
||||
XMLFileWriter out;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user