mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
smb: Remove a cast.
Corresponds to FSP commit 95a377e81bc7dbb65172732203e8a592bd66a320.
This commit is contained in:
parent
846a368fb0
commit
6ae6c0b438
@ -262,7 +262,7 @@ smb_directory(int dir, struct uri *uri)
|
||||
|
||||
if (get_opt_bool("document.browse.links.color_dirs")) {
|
||||
color_to_string(get_opt_color("document.colors.dirs"),
|
||||
(unsigned char *) &dircolor);
|
||||
dircolor);
|
||||
}
|
||||
|
||||
sort_and_display_entries(dir, dircolor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user