Diff for /rat/lonratedt.pm between versions 1.37 and 1.38

version 1.37, 2002/10/03 15:07:25 version 1.38, 2002/10/11 14:00:42
Line 103  sub mapread { Line 103  sub mapread {
             }              }
         }          }
     }      }
   # ---------------------------------------------- Did we just read an empty map?
       if ($#resources<1) {
           undef $resources[0];
    $resources[1]=':::start';
           $resources[2]=':::finish';
       }
 # -------------------------------------------------- This is a linear map, sort  # -------------------------------------------------- This is a linear map, sort
   
     my $startidx=0;      my $startidx=0;

Removed from v.1.37  
changed lines
  Added in v.1.38


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