The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 4f652a6f6504ec3200640eef36f8042bac9ef9ad
Merge: 21fab2c 297d534
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Mon Dec 31 19:22:36 2012 +0100

    Merge branch 'master' of git.lyx.org:lyx


commit 21fab2cb98b5e0ecf17f6de92fb9ba8c769d8b44
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Mon Dec 31 19:22:19 2012 +0100

    installer: initialize a variable

diff --git a/development/Win32/packaging/installer/include/detection.nsh 
b/development/Win32/packaging/installer/include/detection.nsh
index b9f61af..b0d09b3 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}

-----------------------------------------------------------------------

Summary of changes:
 .../packaging/installer/include/detection.nsh      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to