From cd22bf9b2748cb1b955ac492724290d1fccaa9df Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 10 May 2025 23:06:27 +0200 Subject: [PATCH] Enable G poly source with extra parameters --- src/frontend/inpcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 212eb23b4..4b4f32394 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -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);