diff options
Diffstat (limited to 'listamsb.c')
-rw-r--r-- | listamsb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -589,7 +589,7 @@ void open_output() { } else { verbose(1, "using pipe for output: %s", pipe_command); outfile = popen(pipe_command, "w"); /* "wb" not allowed! */ - /* we probably never see this error. popen() fails only is + /* we probably never see this error. popen() fails only if we feed it an invalid mode, or if fork() or pipe() fails, or I suppose if some idjit has done a "rm -f /bin/sh"... all other errors are caught at pclose(). */ |