Fixed: Wrong variable

--HG--
branch : develop
This commit is contained in:
kervala 2016-11-21 16:35:28 +01:00
parent 7afe10373b
commit cc331d6295

View file

@ -158,7 +158,7 @@ int main(int argc, char *argv[])
OperationStep step = res ? config.getInstallNextStep():DisplayNoServerError;
if (res == DisplayNoServerError)
if (step == DisplayNoServerError)
{
QMessageBox::critical(NULL, QApplication::tr("Error"), QApplication::tr("Unable to find ryzom_installer.ini"));
return 1;