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:
kichik 2002-08-08 09:53:45 +00:00
parent b812472b7c
commit 4010d8fd2d

View file

@ -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;
}