Changeset 3369 in josm


Ignore:
Timestamp:
2010-07-08T18:49:14+02:00 (14 years ago)
Author:
stoecker
Message:

small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geticons.pl

    r3368 r3369  
    3030      if($l =~ /src\s*=\s*["'](.*?)["']/)
    3131      {
    32         my $a = "styles/standard/$1";
    33         $a = "styles/$1" if((!-f "images/$a") && -f "images/styles/$1");
     32        my $img = "styles/standard/$1";
     33        $img = "styles/$1" if((!-f "images/$a") && -f "images/styles/$1");
    3434        ++$icons{$a};
    3535      }
Note: See TracChangeset for help on using the changeset viewer.