From d5687e0764f007e09116e18fe18cad5759727e6d Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 28 Nov 2003 19:04:06 +0000 Subject: [PATCH] Removed extra back-slash in uninstaller execution path git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3229 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/exehead/Main.c b/Source/exehead/Main.c index e246451c..9dffd352 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -173,7 +173,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst,LPSTR lpszCmdParam, for (x = 0; x < 26; x ++) { // File name need slash before because temp dir was changed by validate_filename - static char s[]="\\A~NSISu_.exe"; + static char s[]="A~NSISu_.exe"; static char buf2[NSIS_MAX_STRLEN*2]; static char ibuf[NSIS_MAX_STRLEN];