Diff for /rat/map.pm between versions 1.1 and 1.2

version 1.1, 2006/08/17 22:35:51 version 1.2, 2006/12/04 14:59:55
Line 475  sub loadmap { Line 475  sub loadmap {
     }      }
     if ($instr eq -2) {      if ($instr eq -2) {
         $errtext.='Map not loaded: An error occured while trying to load the map.';          $errtext.='Map not loaded: An error occured while trying to load the map.';
       } elsif ($instr eq '-1') {
           $errtext.=&mt('Map not loaded: The file [_1] does not exist.',$fn);
     } elsif ($instr) {      } elsif ($instr) {
         my $parser = HTML::TokeParser->new(\$instr);          my $parser = HTML::TokeParser->new(\$instr);
         my $token;          my $token;

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>