projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bea982
)
(filter): Accept extentions ".ttc" and ".TTC".
author
handa
<handa>
Thu, 17 Feb 2005 12:46:28 +0000
(12:46 +0000)
committer
handa
<handa>
Thu, 17 Feb 2005 12:46:28 +0000
(12:46 +0000)
example/otflist.c
patch
|
blob
|
history
diff --git
a/example/otflist.c
b/example/otflist.c
index
200ab1e
..
bcd0e5c
100644
(file)
--- a/
example/otflist.c
+++ b/
example/otflist.c
@@
-119,6
+119,8
@@
filter (const struct dirent *direntry)
return (len >= 5
&& (! strncmp (ext, ".ttf", 4)
|| ! strncmp (ext, ".TTF", 4)
+ || ! strncmp (ext, ".ttc", 4)
+ || ! strncmp (ext, ".TTC", 4)
|| ! strncmp (ext, ".otf", 4)
|| ! strncmp (ext, ".OTF", 4)
|| ! strncmp (ext, ".PFA", 4)