No quoting of potential params when comnpatmode is set to hs.

This commit is contained in:
Holger Vogt 2026-02-23 16:32:59 +01:00
parent 2612104891
commit 1aa3fa22ff
1 changed files with 3 additions and 0 deletions

View File

@ -8419,6 +8419,9 @@ static void inp_quote_params(struct card *c, struct card *end_c,
if (ft_skywaterpdk)
return;
if (newcompat.hs)
return;
for (; c && c != end_c; c = c->nextcard) {
int i, j, num_terminals;