Ignore:
Timestamp:
2010-10-03T12:25:41+02:00 (14 years ago)
Author:
postfix
Message:

fixed initialisation problem in smed/io/SmedFile.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/src/smed/io/SmedFile.java

    r23382 r23448  
    165165         */
    166166        private static void copyMFs(File[] plugInis) {
     167                if(plugJars == null) return;
     168               
    167169                for(int i = 0; i < plugJars.length; i++) {
    168170                        String source = plugJars[i].getName();
Note: See TracChangeset for help on using the changeset viewer.