From 086ddb62c170648a941b3b17b00872b9ab3c33c6 Mon Sep 17 00:00:00 2001 From: James Crook Date: Thu, 22 Sep 2016 19:29:52 +0100 Subject: [PATCH] Fix compiler warning "unknown escape sequence". Debugger shows that this change has zero effect on the string (and it fixes the warning too). --- src/AudacityApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp index 73d41e144..c0311fb84 100644 --- a/src/AudacityApp.cpp +++ b/src/AudacityApp.cpp @@ -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"),