mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Fixed broken error path reporting
This commit is contained in:
parent
4d652aeaff
commit
77ac919b83
@ -75,7 +75,7 @@ QList<Map*> MapList::loadDir(const QString &path, QString &errorString)
|
||||
if (map)
|
||||
list.append(map);
|
||||
else
|
||||
qWarning(qPrintable(path + ": " + errorString));
|
||||
qWarning(qPrintable(fi.absoluteFilePath() + ": " + errorString));
|
||||
if (terminate)
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user