# | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
---|---|---|
12 | #include <ctype.h> | |
13 | ||
14 | #include "platform.h" | |
15 | – | #include "paths.h" |
15 | #include "rtio.h" | |
16 | #include "rtmath.h" | |
17 | #include "object.h" | |
# | Line 394 | Line 393 | xfcomm( /* transform a command */ | |
393 | exit(1); | |
394 | } | |
395 | xform(buf, pin); | |
396 | < | if (pclose(pin) != 0) { |
397 | < | fprintf(stderr, "%s: (%s): bad status from \"%s\"\n", |
396 | > | if (pclose(pin) != 0) |
397 | > | fprintf(stderr, "%s: (%s): warning - bad status from \"%s\"\n", |
398 | progname, fname, buf); | |
400 | – | exit(1); |
401 | – | } |
399 | } else { | |
400 | printf("\n%s", buf); | |
401 | if (xac > 1) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |