mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
parent
846a368fb0
commit
6ae6c0b438
@ -262,7 +262,7 @@ smb_directory(int dir, struct uri *uri)
|
|||||||
|
|
||||||
if (get_opt_bool("document.browse.links.color_dirs")) {
|
if (get_opt_bool("document.browse.links.color_dirs")) {
|
||||||
color_to_string(get_opt_color("document.colors.dirs"),
|
color_to_string(get_opt_color("document.colors.dirs"),
|
||||||
(unsigned char *) &dircolor);
|
dircolor);
|
||||||
}
|
}
|
||||||
|
|
||||||
sort_and_display_entries(dir, dircolor);
|
sort_and_display_entries(dir, dircolor);
|
||||||
|
Loading…
Reference in New Issue
Block a user