mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
Fix compiler warning "unknown escape sequence".
Debugger shows that this change has zero effect on the string (and it fixes the warning too).
This commit is contained in:
parent
950f62a548
commit
086ddb62c1
@ -1304,7 +1304,7 @@ bool AudacityApp::OnInit()
|
||||
|
||||
// JKC Bug 1220: Using an actual temp directory for session data on Mac was
|
||||
// wrong because it would get cleared out on a reboot.
|
||||
defaultTempDir.Printf(wxT("%s/Library/Application\ Support/audacity/SessionData"),
|
||||
defaultTempDir.Printf(wxT("%s/Library/Application Support/audacity/SessionData"),
|
||||
tmpDirLoc.c_str());
|
||||
|
||||
//defaultTempDir.Printf(wxT("%s/audacity-%s"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user