Browse Source

Suppress I/O redirection for command 'circbyline'.

This enables sending commands like
circbyline btest testnode 0 v=((v(in1) - v(in2)) < 0.1 ? 0.111 : v(in1))
pre-master-46
Holger Vogt 4 years ago
parent
commit
a597c6a295
  1. 2
      src/frontend/control.c

2
src/frontend/control.c

@ -59,7 +59,7 @@ int stackp = 0;
*/
/* no redirection after the following commands (we may need more to add here!) */
static char *noredirect[] = { "stop", "define", NULL };
static char *noredirect[] = { "stop", "define", "circbyline", NULL};
/* This function returns the (first) structure wit the label s */

Loading…
Cancel
Save