From 21fab2cb98b5e0ecf17f6de92fb9ba8c769d8b44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 31 Dec 2012 19:22:19 +0100 Subject: [PATCH] installer: initialize a variable --- development/Win32/packaging/installer/include/detection.nsh | 1 + 1 file changed, 1 insertion(+) diff --git a/development/Win32/packaging/installer/include/detection.nsh b/development/Win32/packaging/installer/include/detection.nsh index b9f61af0ed..b0d09b3b5e 100644 --- a/development/Win32/packaging/installer/include/detection.nsh +++ b/development/Win32/packaging/installer/include/detection.nsh @@ -40,6 +40,7 @@ Function MissingPrograms # 2. 64bit Windows but 32bit Ghostscript # 3. 64bit Windows and 64bit Ghostscript StrCpy $3 0 + StrCpy $4 "0" ${if} ${RunningX64} SetRegView 64 ${endif} -- 2.39.2