(filter): Accept extentions ".ttc" and ".TTC".
authorhanda <handa>
Thu, 17 Feb 2005 12:46:28 +0000 (12:46 +0000)
committerhanda <handa>
Thu, 17 Feb 2005 12:46:28 +0000 (12:46 +0000)
example/otflist.c

index 200ab1e..bcd0e5c 100644 (file)
@@ -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)