mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Fix bug #1087
This commit is contained in:
@@ -1596,7 +1596,7 @@ bool AudacityApp::CreateSingleInstanceChecker(wxString dir)
|
||||
mChecker = new wxSingleInstanceChecker();
|
||||
|
||||
#if defined(__UNIX__)
|
||||
wxString sockFile(defaultTempDir + wxT("/.audacity.sock"));
|
||||
wxString sockFile(dir + wxT("/.audacity.sock"));
|
||||
#endif
|
||||
|
||||
wxString runningTwoCopiesStr = _("Running two copies of Audacity simultaneously may cause\ndata loss or cause your system to crash.\n\n");
|
||||
|
||||
Reference in New Issue
Block a user