Add devices s and w to previous commit.

R and C are not yet covered here, due to the many
varieties available.
This commit is contained in:
Holger Vogt 2021-06-12 12:01:28 +02:00
parent c033298db9
commit 0d2d034eb2
1 changed files with 1 additions and 1 deletions

View File

@ -7198,7 +7198,7 @@ static void inp_quote_params(struct card *c, struct card *end_c,
/* There are devices that should not get quotes around tokens
following after the terminals. These may be model names or control
voltages. See bug 384 or Skywater issue 327 */
if (strchr("fhmouydqjz", *curr_line))
if (strchr("fhmouydqjzsw", *curr_line))
num_terminals++;
for (i = 0; i < num_params; i++) {