Browse Source

Add devices s and w to previous commit.

R and C are not yet covered here, due to the many
varieties available.
pre-master-46
Holger Vogt 5 years ago
parent
commit
0d2d034eb2
  1. 2
      src/frontend/inpcom.c

2
src/frontend/inpcom.c

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

Loading…
Cancel
Save