Changeset 25841 in osm


Ignore:
Timestamp:
2011-04-14T15:04:51+02:00 (13 years ago)
Author:
hind
Message:

Bugfix in CommandLine plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java

    r25829 r25841  
    432432                String commandToRun = currentCommand.run;
    433433                final boolean tracks = currentCommand.tracks;
     434                final ArrayList<Parameter> parameters = currentCommand.parameters;
    434435
    435436                for (Parameter parameter : currentCommand.parameters) {
     
    516517                                osmWriter.footer();
    517518                                osmWriter.flush();
    518                                 for (Parameter parameter : currentCommand.parameters) {
     519                                for (Parameter parameter : parameters) {
    519520                                        if (!parameter.isOsm())
    520521                                                continue;
Note: See TracChangeset for help on using the changeset viewer.