From 5493360c14211f4b66da5407852ae2624dcecb21 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 3 Mar 2007 14:23:43 +0000 Subject: [PATCH] oops... comment line continuation git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4973 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 5073a7b4..f8ea9121 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -232,7 +232,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst,LPSTR lpszCmdParam, MoveFileOnReboot(buf2,NULL); MoveFileOnReboot(state_temp_dir,NULL); #endif - GetNSISString(buf2,g_header->str_uninstcmd); // "$TEMP\$1" $0 _?=$INSTDIR\ + GetNSISString(buf2,g_header->str_uninstcmd); // '"$TEMP\$1" $0 _?=$INSTDIR\' hProc=myCreateProcess(buf2,state_temp_dir); if (hProc) {