aboutsummaryrefslogtreecommitdiff
path: root/util-linux/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/more.c')
-rw-r--r--util-linux/more.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c
index 841e28321..91c281563 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -78,7 +78,7 @@ extern int more_main(int argc, char **argv)
FILE *file;
#if defined BB_FEATURE_AUTOWIDTH && defined BB_FEATURE_USE_TERMIOS
- struct winsize win = { 0, 0 };
+ struct winsize win = { 0, 0, 0, 0 };
#endif
argc--;