summaryrefslogtreecommitdiffstats
path: root/usr.bin/colrm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/colrm')
-rw-r--r--usr.bin/colrm/colrm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c
index 1a50405..1195300 100644
--- a/usr.bin/colrm/colrm.c
+++ b/usr.bin/colrm/colrm.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: colrm.c,v 1.3 1997/06/26 11:26:20 charnier Exp $
+ * $Id: colrm.c,v 1.4 1997/06/30 11:05:42 charnier Exp $
*/
#ifndef lint
@@ -116,7 +116,7 @@ main(argc, argv)
break;
}
- if ((!start || column < start || stop && column > stop) &&
+ if ((!start || column < start || (stop && column > stop)) &&
putchar(ch) == EOF)
check(stdout);
}
OpenPOWER on IntegriCloud