From: ceriel Date: Wed, 19 Aug 1987 14:10:39 +0000 (+0000) Subject: improved -c option X-Git-Tag: release-5-5~3883 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d747651237039708326da6ff6ef411df8b6d392f;p=ack.git improved -c option --- diff --git a/util/led/main.c b/util/led/main.c index c256dce3a..bb5d65bfc 100644 --- a/util/led/main.c +++ b/util/led/main.c @@ -407,7 +407,7 @@ norm_commons() } name++; } - if (flagword & RFLAG) return; + if ((flagword & RFLAG) && !(flagword & CFLAG)) return; /* * RFLAG is off, so we need not produce relocatable output.