Enable G poly source with extra parameters

This commit is contained in:
Holger Vogt
2025-05-10 23:06:27 +02:00
parent 4886f99ef3
commit cd22bf9b27
+1 -1
View File
@@ -7161,7 +7161,7 @@ static void replace_token(
count++; count++;
} }
/* If total number of tokens correct */ /* If total number of tokens correct */
if (count == total) { if (count >= total) {
actstring = string; actstring = string;
for (i = 1; i < wherereplace; i++) for (i = 1; i < wherereplace; i++)
actstring = nexttok(actstring); actstring = nexttok(actstring);