Ignore:
Timestamp:
2018-11-20T01:13:10+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #16995 - fix timestamp in GPX exports (patch by cmuelle8) + use Java 8 unsigned int API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/nmea/NmeaReader.java

    r14083 r14434  
    525525            if (ps.pWp != currentwp) {
    526526                if (ps.pWp != null) {
    527                     ps.pWp.setTime();
     527                    ps.pWp.setTimeFromAttribute();
    528528                }
    529529                ps.pWp = currentwp;
Note: See TracChangeset for help on using the changeset viewer.