Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 21da0d1a

Von Steven Schubiger vor mehr als 4 Jahren hinzugefügt

  • ID 21da0d1acbc85a69a5a774c128e091333f920f35
  • Vorgänger a19d5fb7
  • Nachfolger 994dab13

scripts/image_maps.pl: korrigiere Schreibfehler

Unterschiede anzeigen:

scripts/image_maps.pl
25 25
for my $filename (sort @files) {
26 26
   my $image = `$identify_bin $filename`;
27 27
   if (!defined $image) {
28
     warn "warning: could not identify image '$filename'. skpping...";
28
     warn "warning: could not identify image '$filename'. skipping...";
29 29
     next;
30 30
   }
31 31
  $image =~ /^(?<filename>\S+) \s (?<type>\S+) \s (?<width>\d+) x (?<height>\d+)/x;

Auch abrufbar als: Unified diff