From d40931b39b273d3ff7c1d33ef50dc8170ec4ade9 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 17 Sep 2002 19:49:52 +0000 Subject: [PATCH] Another typo (what's a mmap?) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1018 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 03dae374..083a6843 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -3701,7 +3701,7 @@ int CEXEBuild::do_add_file(const char *lgss, int attrib, int recurse, int linecn if (len && !(hFileMap = CreateFileMapping(hFile, NULL, PAGE_READONLY, 0, 0, NULL))) { CloseHandle(hFile); - ERROR_MSG("File: failed creating mmap of \"%s\"\n",newfn); + ERROR_MSG("File: failed creating map of \"%s\"\n",newfn); return PS_ERROR; } char *filedata=NULL;