Little correction

This commit is contained in:
Xavier Guimard 2006-12-21 06:57:22 +00:00
parent 5e6140bebb
commit b513eaa2b2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ sub load {
local $/ = "";
open FILE, $self->{dirName}."/lmConf-$cfgNum";
while(<FILE>) {
my($k,$v) = split /\n\t/;
my($k,$v) = split /\n\s+/;
chomp $k;
$v =~ s/\n*$//;
if($fields) {