Changeset 30269 in osm for applications/editors/josm/plugins/smed2/src/s57/S57dat.java
- Timestamp:
- 2014-02-09T19:58:46+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/s57/S57dat.java
r30215 r30269 173 173 174 174 public static boolean more() { 175 return ((offset < maxoff) && (buffer[offset +1] != 0x1e));175 return ((offset < maxoff) && (buffer[offset] != 0x1e)); 176 176 } 177 177
Note:
See TracChangeset
for help on using the changeset viewer.
