From bdd68d623f988d98f90f36be6f31d1d8feb61ec4 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 12 Oct 2004 20:09:22 +0000 Subject: [PATCH] silly typo fixed git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3717 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 046f00bc..2bfd20f4 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -5611,7 +5611,7 @@ int CEXEBuild::do_add_file(const char *lgss, int attrib, int recurse, int linecn } // Will auto-CloseHandle hFile - ResourceManager hFileManager(fd); + ResourceManager hFileManager(hFile); len = GetFileSize(hFile, NULL); if (len && !mmap.setfile(hFile, len))