diff options
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 841e283..91c2815 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--; |