1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 03:42:09 +01:00

Fixed broken latitude handling

This commit is contained in:
Martin Tůma 2016-12-13 18:54:58 +01:00
parent ccd92edb8d
commit 2bc112c7b4

View File

@ -313,7 +313,7 @@ bool NMEAParser::readGGA(const char *line, int len)
return false;
break;
case 3:
if (!readNS(vp, lp - vp, lon))
if (!readNS(vp, lp - vp, lat))
return false;
break;
case 4: