summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-06 05:01:16 +0000
committerJim Meyering <jim@meyering.net>1995-11-06 05:01:16 +0000
commit0705aa7388de639c4bf64c0f51137dd0c145e0da (patch)
treef683585c8b326c81ed4b132cee71b89c198ba054 /src/pr.c
parent762769cf3b52634ef045e70bdcea9b946bccfe3f (diff)
downloadcoreutils-0705aa7388de639c4bf64c0f51137dd0c145e0da.tar.xz
(store_columns): Remove spurious 2nd argument in call to read_line.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index aa62e0022..8a5837a6e 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