Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling

This commit is contained in:
Eric Andersen 2003-11-04 23:16:48 +00:00
parent b7077a7316
commit 6d687817a8

View File

@ -923,10 +923,12 @@ extern int ls_main(int argc, char **argv)
| SORT_NAME | SORT_ORDER_FORWARD
#endif
;
#ifdef CONFIG_FEATURE_AUTOWIDTH
/* Obtain the terminal width. */
get_terminal_width_height(0, &terminal_width, NULL);
/* Go one less... */
terminal_width--;
#endif
nfiles = 0;
#ifdef CONFIG_FEATURE_LS_COLOR