Also check ALTTITLE

This commit is contained in:
James R 2020-01-16 16:46:31 -08:00
parent 90c9a467f3
commit 51f1f4f2b1

View file

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