Changeset 28252 in osm for applications/editors/josm/i18n/convwms.pl
- Timestamp:
- 2012-04-12T13:42:54+02:00 (14 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/i18n/convwms.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convwms.pl
r26939 r28252 21 21 if($ARGV[0] && $ARGV[0] =~ /^http:\/\//) 22 22 { 23 @lines = split("\r?\n", get($ARGV[0])); 23 my $content = get($ARGV[0]); 24 die "Couldn't get $ARGV[0]" unless defined $content; 25 @lines = split("\r?\n", $content); 24 26 } 25 27 else
Note:
See TracChangeset
for help on using the changeset viewer.
