Ignore:
Timestamp:
2014-02-17T14:27:01+01:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r30284 r30285  
    1 /* Copyright 2013 Malcolm Herring
     1/* Copyright 2014 Malcolm Herring
    22 *
    33 * This is free software: you can redistribute it and/or modify
     
    6565                                                }
    6666                                                break;
     67                                        case DSSI:
     68                                                S57dat.getSubf(record, fields + pos, S57field.DSSI, S57subf.AALL);
     69                                                S57dat.getSubf(S57subf.NALL);
     70                                                break;
    6771                                        case DSPM:
    6872                                                comf = (double) (Long) S57dat.getSubf(record, fields + pos, S57field.DSPM, S57subf.COMF);
Note: See TracChangeset for help on using the changeset viewer.