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

This reverts commit 1aa3fa22ff.
This commit is contained in:
Holger Vogt 2026-03-22 11:08:35 +01:00
parent ab5010506e
commit 16e6f21523
1 changed files with 0 additions and 3 deletions

View File

@ -8429,9 +8429,6 @@ 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;