Ignore:
Timestamp:
2014-01-07T09:52:14+01:00 (11 years ago)
Author:
malcolmh
Message:

restore js57toosm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/s57/S57dat.java

    r30187 r30188  
    138138        private static int index;
    139139        private static S57field field;
     140        public static int rnum;
    140141       
    141142        public static void setField(byte[] buf, int off, S57field fld, int len) {
     
    173174                                        wrap = true;
    174175                                } 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);
    176177                                        System.exit(-1);
    177178                                }
Note: See TracChangeset for help on using the changeset viewer.