fixed bug #1144763 - more than 3 files in uninstall, cannot compile
data was added to udata after setro(TRUE) was used git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3917 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e9efbba1a2
commit
ac0e85db40
1 changed files with 2 additions and 0 deletions
|
@ -2966,7 +2966,9 @@ int CEXEBuild::uninstall_generate()
|
|||
pos += l;
|
||||
left -= l;
|
||||
}
|
||||
udata.setro(FALSE);
|
||||
udata.add(&crc, sizeof(crc));
|
||||
udata.setro(TRUE);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue