mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Update musicdef conversion utility
This commit is contained in:
parent
d896fee2e5
commit
7199bba3b2
1 changed files with 2 additions and 3 deletions
|
|
@ -54,9 +54,8 @@ main (int ac, char **av)
|
|||
if (( var = strtok(buf, " =") ))
|
||||
{
|
||||
if (!(
|
||||
strcasecmp(var, "TITLE") &&
|
||||
strcasecmp(var, "ALTTITLE") &&
|
||||
strcasecmp(var, "AUTHORS")
|
||||
strcasecmp(var, "USAGE") &&
|
||||
strcasecmp(var, "SOURCE")
|
||||
)){
|
||||
if (( val = strtok(0, "") ))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue