diff --git a/win32/FireflyShell/FireflyShell.cpp b/win32/FireflyShell/FireflyShell.cpp index d11cc2ef..1d8a82b5 100644 --- a/win32/FireflyShell/FireflyShell.cpp +++ b/win32/FireflyShell/FireflyShell.cpp @@ -32,7 +32,7 @@ Application::Application() : m_dlg(NULL), m_server_events(&m_icon) { CDosPath path = CDosPath::AppPath(); - SetCurrentDirectory(path.GetPath()); + SetCurrentDirectory(path.GetPathOnly()); CDosPath filename(_T("mt-daapd.conf")); filename |= path; m_config_path = filename.GetPath();