From fe06eed2592430e213d6d003f75695efbc3f80fe Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 2 Feb 2013 17:58:25 -0500 Subject: [PATCH] Shit, I'm not even testing that. --- Sources/Plasma/Apps/plClient/winmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/Apps/plClient/winmain.cpp b/Sources/Plasma/Apps/plClient/winmain.cpp index 4b73806c..85670e79 100644 --- a/Sources/Plasma/Apps/plClient/winmain.cpp +++ b/Sources/Plasma/Apps/plClient/winmain.cpp @@ -1237,7 +1237,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nC if (!eventExists) // if it is missing, assume patcher wasn't launched { - cmdLine << plString::FromWchar(s_patcherExeName); + cmdLine << "\\" << plString::FromWchar(s_patcherExeName); GetAuthSrvHostnames(&addrs); if(strlen(addrs[0]))