Changeset 29854 in osm for applications/editors/josm/plugins/globalsat/src/org/kaintoch/gps/globalsat/dg100/Response.java
- Timestamp:
- 2013-08-21T03:47:16+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/globalsat/src/org/kaintoch/gps/globalsat/dg100/Response.java
r13497 r29854 56 56 { 57 57 int recType = 2; 58 int ii = 0;59 58 // read part 1 60 59 while (buf.position() <= len) … … 70 69 } 71 70 recType = gpsRec.getDg100TypeOfNextRec(); 72 ++ii;73 71 } 74 72 // read part 2 … … 86 84 } 87 85 recType = gpsRec.getDg100TypeOfNextRec(); 88 ++ii;89 86 } 90 87 }
Note:
See TracChangeset
for help on using the changeset viewer.