Changeset 22542 in osm


Ignore:
Timestamp:
2010-08-02T22:07:12+02:00 (14 years ago)
Author:
stoecker
Message:

fix by Marcus Bauer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/dataimport/src/org/openstreetmap/josm/plugins/dataimport/io/TangoGPS.java

    r20267 r22542  
    6262                                failure++;
    6363                                String[] lineElements = line.split(",");
    64                                 if (lineElements.length == 7) {
     64                                if (lineElements.length >= 7) {
    6565                                        try {
    6666                                                WayPoint currentWayPoint = new WayPoint(
Note: See TracChangeset for help on using the changeset viewer.