mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-14 10:54:24 +02:00
Fixed broken latitude handling
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user