From: ceriel Date: Tue, 20 Oct 1987 16:09:39 +0000 (+0000) Subject: fix to Lindseys changes X-Git-Tag: release-5-5~3794 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0ad68bdb66edeed8f79326b9114e9eb8ce9f31d0;p=ack.git fix to Lindseys changes --- diff --git a/util/ack/run.c b/util/ack/run.c index 099cb18eb..209e1ea08 100644 --- a/util/ack/run.c +++ b/util/ack/run.c @@ -70,7 +70,7 @@ int runphase(phase) register trf *phase ; { } x_arg( (char *)0 ) ; result=run_exec(phase,prog) ; - throws(&prog) ; + throws(prog) ; return result ; }