silly typo fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3717 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
184e058e74
commit
bdd68d623f
1 changed files with 1 additions and 1 deletions
|
@ -5611,7 +5611,7 @@ int CEXEBuild::do_add_file(const char *lgss, int attrib, int recurse, int linecn
|
||||||
}
|
}
|
||||||
|
|
||||||
// Will auto-CloseHandle hFile
|
// Will auto-CloseHandle hFile
|
||||||
ResourceManager<HANDLE, __free_with_CloseHandle> hFileManager(fd);
|
ResourceManager<HANDLE, __free_with_CloseHandle> hFileManager(hFile);
|
||||||
|
|
||||||
len = GetFileSize(hFile, NULL);
|
len = GetFileSize(hFile, NULL);
|
||||||
if (len && !mmap.setfile(hFile, len))
|
if (len && !mmap.setfile(hFile, len))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue