vlc | branch: master | Daniel Amm <[email protected]> | Fri Jan 22 19:08:58 2016 +0100| [0b2767bd7de95c1e4001d0a30a1f420b414024b7] | committer: Jean-Baptiste Kempf
NSIS: Close searches if it's completed Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b2767bd7de95c1e4001d0a30a1f420b414024b7 --- extras/package/win32/NSIS/helpers/install.nsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/package/win32/NSIS/helpers/install.nsh b/extras/package/win32/NSIS/helpers/install.nsh index d604d2c..68adb79 100644 --- a/extras/package/win32/NSIS/helpers/install.nsh +++ b/extras/package/win32/NSIS/helpers/install.nsh @@ -25,6 +25,7 @@ FindNext $0 $1 Goto "${Index}-Loop" "${Index}-End:" + FindClose $0 !undef Index !macroend @@ -57,6 +58,7 @@ Function InstallFolderInternal FindNext $0 $1 Goto "${Index}-Loop" "${Index}-End:" + FindClose $0 !undef Index FunctionEnd ;;; End of Macros _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
