]> git.wh0rd.org - fontconfig.git/blobdiff - fc-lang/fc-lang.c
Regenerate x86 line in fcarch.tmpl.h to match change in cache data.
[fontconfig.git] / fc-lang / fc-lang.c
index 6a863e4e6dea689d1fbb01f5ccbfa5d3e08ff23d..b72893b944f2aa0a73a0fbf2ca7f6450fa124fa9 100644 (file)
@@ -143,6 +143,9 @@ scan (FILE *f, char *file)
        if (!strncmp (line, "include", 7))
        {
            file = strchr (line, ' ');
+            if (!file)
+                fatal (line, lineno, 
+                       "invalid syntax, expected: include filename");
            while (isspace(*file))
                file++;
            f = scanopen (file);