summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rufl_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rufl_init.c b/rufl_init.c
index 1a6e051..ed3d9ff 100644
--- a/rufl_init.c
+++ b/rufl_init.c
@@ -275,7 +275,7 @@ rufl_code rufl_init_font_list(void)
/* If the last character is an asterisk,
* there's no Outlines file. */
if (fullpath[size - 2] == '*' ||
- strstr(fullpath, "!RiScript") ||
+ strstr(fullpath, "RiScript") ||
strstr(fullpath, "!TeXFonts")) {
/* Ignore this font */
free(identifier);