mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-09 18:31:53 +00:00
Also check ALTTITLE
This commit is contained in:
parent
b603266086
commit
c87299cd05
1 changed files with 1 additions and 0 deletions
|
|
@ -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, "") ))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue