aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-07-25 07:12:25 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-07-25 07:12:25 +0300
commit78a1be8e1e947ada60a1e3b458dbde0d7a400a98 (patch)
tree8495470cc7ecfc9d81ef2f7fa144456ccdf521de
parent73365dbc9cda550963df506ea739cbcd73817106 (diff)
downloadposixruncapture-78a1be8e1e947ada60a1e3b458dbde0d7a400a98.tar.gz
posixruncapture-78a1be8e1e947ada60a1e3b458dbde0d7a400a98.tar.bz2
Fix typo
* capture.c (capture_new): Fix mistyped flag
-rw-r--r--capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.c b/capture.c
index 7b2bf9a..2d2bfd0 100644
--- a/capture.c
+++ b/capture.c
@@ -153,7 +153,7 @@ capture_new(SV *program, ARGV argv, unsigned timeout, SV *cb[2], SV *input)
cp->closure[1].cv = cb[1];
cp->rc.rc_cap[RUNCAP_STDERR].sc_linemon = line_monitor;
cp->rc.rc_cap[RUNCAP_STDERR].sc_monarg = &cp->closure[1];
- cp->flags |= RCF_STDOUT_LINEMON;
+ cp->flags |= RCF_STDERR_LINEMON;
}
cp->input = &PL_sv_undef;

Return to:

Send suggestions and report system problems to the System administrator.