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:
kichik 2005-03-05 12:07:13 +00:00
parent e9efbba1a2
commit ac0e85db40

View file

@ -2966,7 +2966,9 @@ int CEXEBuild::uninstall_generate()
pos += l;
left -= l;
}
udata.setro(FALSE);
udata.add(&crc, sizeof(crc));
udata.setro(TRUE);
}
#endif