Enable G poly source with extra parameters
This commit is contained in:
parent
4886f99ef3
commit
cd22bf9b27
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue