Changeset 22542 in osm for applications
- Timestamp:
- 2010-08-02T22:07:12+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/dataimport/src/org/openstreetmap/josm/plugins/dataimport/io/TangoGPS.java
r20267 r22542 62 62 failure++; 63 63 String[] lineElements = line.split(","); 64 if (lineElements.length == 7) {64 if (lineElements.length >= 7) { 65 65 try { 66 66 WayPoint currentWayPoint = new WayPoint(
Note:
See TracChangeset
for help on using the changeset viewer.