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