Fixed a bug with the uninstaller creation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@675 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0c2597fd29
commit
7103ff882f
1 changed files with 1 additions and 1 deletions
|
@ -1277,7 +1277,7 @@ static int ExecuteEntry(entry *entries, int pos)
|
|||
seeker += sizeof(DWORD);
|
||||
dwOffset = *(DWORD*)seeker;
|
||||
seeker += sizeof(DWORD);
|
||||
mini_memcpy(filebuf, seeker, dwSize);
|
||||
mini_memcpy(filebuf+dwOffset, seeker, dwSize);
|
||||
seeker += dwSize;
|
||||
}
|
||||
GlobalFree(unicon_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue