Also check ALTTITLE

This commit is contained in:
James R 2020-01-16 16:46:31 -08:00
parent 90c9a467f3
commit 51f1f4f2b1
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ main (int ac, char **av)
{
if (!(
strcasecmp(var, "TITLE") &&
strcasecmp(var, "ALTTITLE") &&
strcasecmp(var, "AUTHORS")
)){
if (( val = strtok(0, "") ))