1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Report correct file in error message

This commit is contained in:
Martin Tůma 2018-01-05 00:06:07 +01:00
parent 8deab1c9ca
commit e90f152432

View File

@ -97,7 +97,7 @@ void App::loadDatums()
qWarning("%s: parse error on line %d: %s", qPrintable(df),
Datum::errorLine(), qPrintable(Datum::errorString()));
else
qWarning("%s: %s", qPrintable(ef), qPrintable(
qWarning("%s: %s", qPrintable(df), qPrintable(
Datum::errorString()));
} else
ok = true;