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
1 merge request!718Rename R_IsPointInSubsector to R_PointInSubsectorOrNull/Nil
......@@ -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.
Finish editing this message first!
Please register or to comment