From: imiyazaki Date: Mon, 6 Oct 2003 14:42:43 +0000 (+0000) Subject: change: do not fall back in &get_chars_matching() X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e090f7e6c314a5641369d2c0e601cfb8313c27ce;p=chise%2Fperl.git change: do not fall back in &get_chars_matching() --- diff --git a/Chise_utils/Chise_utils.pm b/Chise_utils/Chise_utils.pm index 193c8d8..aa95af1 100644 --- a/Chise_utils/Chise_utils.pm +++ b/Chise_utils/Chise_utils.pm @@ -177,9 +177,9 @@ sub get_chars_matching{ } } } - # else{ - # fall back if DB inconsistency exists. - unless(@res){ + else{ +# # fall back if DB inconsistency exists. +# unless(@res){ if(&get_db($atr)){ foreach $char (keys %{$chardb{$atr}}){ if($chardb{$atr}->{$char} eq $value){