projects
/
chise
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec13b6
)
change: do not fall back in &get_chars_matching()
author
imiyazaki
<imiyazaki>
Mon, 6 Oct 2003 14:42:43 +0000
(14:42 +0000)
committer
imiyazaki
<imiyazaki>
Mon, 6 Oct 2003 14:42:43 +0000
(14:42 +0000)
Chise_utils/Chise_utils.pm
patch
|
blob
|
history
diff --git
a/Chise_utils/Chise_utils.pm
b/Chise_utils/Chise_utils.pm
index
193c8d8
..
aa95af1
100644
(file)
--- 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){