Fixed: Wrong variable

This commit is contained in:
kervala 2016-11-21 16:35:28 +01:00
parent 3d726db78c
commit c6fa3ad931

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;