Changeset 30188 in osm for applications/editors/josm/plugins/smed2/src/s57/S57dat.java
- Timestamp:
- 2014-01-07T09:52:14+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/s57/S57dat.java
r30187 r30188 138 138 private static int index; 139 139 private static S57field field; 140 public static int rnum; 140 141 141 142 public static void setField(byte[] buf, int off, S57field fld, int len) { … … 173 174 wrap = true; 174 175 } else { 175 System.out.println("ERROR: Subfield not found " + subf.name() + " in " + field.name() + " in record " + Js57toosm.rnum);176 System.out.println("ERROR: Subfield not found " + subf.name() + " in " + field.name() + " in record " + rnum); 176 177 System.exit(-1); 177 178 }
Note:
See TracChangeset
for help on using the changeset viewer.