1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

fsp: Remove a cast.

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-05 20:51:38 +02:00 committed by Kalle Olavi Niemitalo
parent 23b4b912ac
commit 95a377e81b

View File

@ -199,7 +199,7 @@ fsp_directory(FSP_SESSION *ses, 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);
}
if (get_opt_bool("protocol.fsp.sort")) {