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 changed files with 1 additions and 1 deletions

View File

@ -7161,7 +7161,7 @@ static void replace_token(
count++;
}
/* If total number of tokens correct */
if (count == total) {
if (count >= total) {
actstring = string;
for (i = 1; i < wherereplace; i++)
actstring = nexttok(actstring);