From: Koichi KAMICHI Date: Tue, 6 Jun 2006 09:19:10 +0000 (+0000) Subject: Fixed. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=226f1f9a419f6e7802b5ebf27826fec2c8d4ffc8;p=chise%2Fkage.git Fixed. --- diff --git a/makettf/makettf.pl b/makettf/makettf.pl index 7f0a7dd..4ce2284 100755 --- a/makettf/makettf.pl +++ b/makettf/makettf.pl @@ -102,7 +102,7 @@ else{ @temp = split(/\r\n|\r|\n/, $temp); foreach(@temp){ if($_ =~ m/:/){ - @temp2 = split(/ |\t/, $_); + @temp2 = split(/ +|\t/, $_); $buhin{$temp2[0]} = $temp2[1]; } }