Fixes a bug introduced by

317378085 ("Tidy code in get_number_terminals(), removing unneeded copying.", 2025-02-25)
This commit is contained in:
Holger Vogt 2025-05-14 16:00:54 +02:00
parent 4853303995
commit fbb88d6e8d
1 changed files with 0 additions and 1 deletions

View File

@ -5256,7 +5256,6 @@ int get_number_terminals(char *c)
if (strchr(inst, '='))
j++;
tfree(inst);
i++;
}
if (i == 100)
return 0;