diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index f47ec204c..920fad85e 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -811,7 +811,7 @@ int ls_main(int argc, char **argv) | |||
811 | 811 | ||
812 | #if ENABLE_FEATURE_AUTOWIDTH | 812 | #if ENABLE_FEATURE_AUTOWIDTH |
813 | /* Obtain the terminal width */ | 813 | /* Obtain the terminal width */ |
814 | get_terminal_width_height(STDOUT_FILENO, &terminal_width, NULL); | 814 | get_terminal_width_height(STDIN_FILENO, &terminal_width, NULL); |
815 | /* Go one less... */ | 815 | /* Go one less... */ |
816 | terminal_width--; | 816 | terminal_width--; |
817 | #endif | 817 | #endif |