From 78a1be8e1e947ada60a1e3b458dbde0d7a400a98 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 25 Jul 2017 07:12:25 +0300 Subject: Fix typo * capture.c (capture_new): Fix mistyped flag --- capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1