From: handa Date: Thu, 17 Feb 2005 12:46:28 +0000 (+0000) Subject: (filter): Accept extentions ".ttc" and ".TTC". X-Git-Tag: REL-0-9-5~79 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6d8da6cd9f2cac0787c955999539ea8854340be5;p=m17n%2Flibotf.git (filter): Accept extentions ".ttc" and ".TTC". --- diff --git a/example/otflist.c b/example/otflist.c index 200ab1e..bcd0e5c 100644 --- 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)