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

Cosmetics

This commit is contained in:
Martin Tůma 2021-01-15 06:44:31 +01:00
parent 925ddffba5
commit 7217f9acfc

View File

@ -139,12 +139,14 @@ int TREFile::readExtEntry(Handle &hdl, quint32 &polygons, quint32 &lines,
rb += 4; rb += 4;
} else } else
polygons = 0; polygons = 0;
if (_flags & 2) { if (_flags & 2) {
if (!readUInt32(hdl, lines)) if (!readUInt32(hdl, lines))
return -1; return -1;
rb += 4; rb += 4;
} else } else
lines = 0; lines = 0;
if (_flags & 4) { if (_flags & 4) {
if (!readUInt32(hdl, points)) if (!readUInt32(hdl, points))
return -1; return -1;