Changeset 29208 in osm


Ignore:
Timestamp:
2013-01-24T15:19:08+01:00 (12 years ago)
Author:
stoecker
Message:

fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/convpreset.pl

    r28252 r29208  
    193193  {
    194194    print "/* unparsed line $line */\n";
     195    print STDERR "/* unparsed line $line */\n";
    195196    $result = 20
    196197  }
     
    202203
    203204print "}}\n";
    204 return $result if $result;
     205exit($result) if $result;
Note: See TracChangeset for help on using the changeset viewer.