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-24 11:30:56 +02:00
parent c2702208bd
commit 3ceb16024a
-1
View File
@@ -5256,7 +5256,6 @@ int get_number_terminals(char *c)
if (strchr(inst, '='))
j++;
tfree(inst);
i++;
}
if (i == 100)
return 0;