Ignore:
Timestamp:
2014-02-09T19:58:46+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r30215 r30269  
    173173       
    174174        public static boolean more() {
    175                 return ((offset < maxoff) && (buffer[offset+1] != 0x1e));
     175                return ((offset < maxoff) && (buffer[offset] != 0x1e));
    176176        }
    177177       
Note: See TracChangeset for help on using the changeset viewer.