mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
fsp: Remove a cast.
This commit is contained in:
parent
23b4b912ac
commit
95a377e81b
@ -199,7 +199,7 @@ fsp_directory(FSP_SESSION *ses, 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_opt_bool("protocol.fsp.sort")) {
|
if (get_opt_bool("protocol.fsp.sort")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user