1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[file] const redirect_location

This commit is contained in:
Witold Filipczyk 2022-02-21 17:47:48 +01:00
parent fe516f532c
commit 3930d6a89a

View File

@ -247,7 +247,7 @@ read_from_stdin(struct connection *conn)
void
file_protocol_handler(struct connection *connection)
{
char *redirect_location = NULL;
const char *redirect_location = NULL;
struct string page, name;
struct connection_state state;
int set_dir_content_type = 0;