mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed broken date handling
This commit is contained in:
parent
23f5a317d0
commit
4e23df3a66
@ -149,7 +149,7 @@ bool IGCParser::readBRecord(const char *line, int len)
|
|||||||
|
|
||||||
|
|
||||||
if (time < _time)
|
if (time < _time)
|
||||||
_date.addDays(1);
|
_date = _date.addDays(1);
|
||||||
_time = time;
|
_time = time;
|
||||||
|
|
||||||
Trackpoint t(Coordinates(lon, lat));
|
Trackpoint t(Coordinates(lon, lat));
|
||||||
|
Loading…
Reference in New Issue
Block a user