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))
This commit is contained in:
Holger Vogt 2022-07-16 17:23:11 +02:00
parent e3b13e0494
commit 8d91f44026
1 changed files with 1 additions and 1 deletions

View File

@ -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 */