From 21943ce6416215ff1a2df7b5008460bf9099f478 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Oct 1999 18:04:51 +0000 Subject: More fixes --- util-linux/more.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-linux') diff --git a/util-linux/more.c b/util-linux/more.c index f893874..a56ce97 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -49,10 +49,10 @@ const char more_usage[] = "[file ...]"; extern int more_main(int argc, char **argv) { - int c, lines=0, input; + int c, lines=0, input=0; int next_page=0, rows = 24; #ifdef BB_MORE_TERM - int cols; + int cols=79; struct winsize win; #endif struct stat st; -- cgit v1.1