projects
/
chise
/
kage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251904a
)
Fixed.
author
Koichi KAMICHI
<kamichi@fonts.jp>
Tue, 6 Jun 2006 09:19:10 +0000
(09:19 +0000)
committer
Koichi KAMICHI
<kamichi@fonts.jp>
Tue, 6 Jun 2006 09:19:10 +0000
(09:19 +0000)
makettf/makettf.pl
patch
|
blob
|
history
diff --git
a/makettf/makettf.pl
b/makettf/makettf.pl
index
7f0a7dd
..
4ce2284
100755
(executable)
--- 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];
}
}