Fixes a bug introduced by
317378085 ("Tidy code in get_number_terminals(), removing unneeded copying.", 2025-02-25)
This commit is contained in:
parent
3a7a910f6a
commit
073acb5a16
|
|
@ -5256,7 +5256,6 @@ int get_number_terminals(char *c)
|
|||
if (strchr(inst, '='))
|
||||
j++;
|
||||
tfree(inst);
|
||||
i++;
|
||||
}
|
||||
if (i == 100)
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue