fixed bug #1900098 - SVN trunk FTBFS on Debian GNU/Linux
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5553 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bc999b6089
commit
9da157b5ea
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ int generate_unicons_offsets(LPBYTE exeHeader, size_t exeHeaderSize, LPBYTE unin
|
|||
|
||||
if (offset > exeHeaderSize)
|
||||
{
|
||||
throw exception("invalid icon offset (possibly compressed icon)");
|
||||
throw runtime_error("invalid icon offset (possibly compressed icon)");
|
||||
}
|
||||
|
||||
size = *(LPDWORD)seeker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue