mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Fixed broken latitude handling
This commit is contained in:
parent
ccd92edb8d
commit
2bc112c7b4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user