--- ctags-5.8/lregex.c +++ ctags-5.8-format-security/lregex.c @@ -408,7 +408,7 @@ static void processLanguageRegex (const const char* regexfile = parameter + 1; FILE* const fp = fopen (regexfile, "r"); if (fp == NULL) - error (WARNING | PERROR, regexfile); + error (WARNING | PERROR, "%s", regexfile); else { vString* const regex = vStringNew ();