From 0705aa7388de639c4bf64c0f51137dd0c145e0da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Nov 1995 05:01:16 +0000 Subject: [PATCH] (store_columns): Remove spurious 2nd argument in call to read_line. --- src/pr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pr.c b/src/pr.c index aa62e00222..8a5837a6ef 100644 --- a/src/pr.c +++ b/src/pr.c @@ -1317,7 +1317,7 @@ store_columns (void) { input_position = 0; - if (!read_line (p, i)) + if (!read_line (p)) read_rest_of_line (p); if (p->status == OPEN -- 2.47.3