]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(store_columns): Remove spurious 2nd argument in call to read_line.
authorJim Meyering <jim@meyering.net>
Mon, 6 Nov 1995 05:01:16 +0000 (05:01 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 6 Nov 1995 05:01:16 +0000 (05:01 +0000)
src/pr.c

index aa62e002226822191336b6d08fc69ade45bcf555..8a5837a6ef98bbdaa0bf7be656b7123caa934c4c 100644 (file)
--- 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