git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7224 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0163d041ff
commit
4c29550d04
2 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,7 @@ unsigned int ExeHeadStringList::getnum() const
|
|||
for(;;)
|
||||
{
|
||||
if ((pos+=cb) >= cbList) break;
|
||||
cb = StrLenUTF16(p+=cb) + 1, ++num;
|
||||
cb = (StrLenUTF16(p+=cb) + 1) * 2, ++num;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue