Infinite loop bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@663 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b812472b7c
commit
4010d8fd2d
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ int ui_doinstall(void)
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (size==g_inst_header->str_tables_num) {
|
||||
if (size==g_inst_header->str_tables_num && !c) {
|
||||
c=1;
|
||||
goto lang_again;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue