Skip to content
Snippets Groups Projects
Commit 51f1f4f2 authored by James R.'s avatar James R.
Browse files

Also check ALTTITLE

parent 90c9a467
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ main (int ac, char **av)
{
if (!(
strcasecmp(var, "TITLE") &&
strcasecmp(var, "ALTTITLE") &&
strcasecmp(var, "AUTHORS")
)){
if (( val = strtok(0, "") ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment