mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[file] const redirect_location
This commit is contained in:
parent
fe516f532c
commit
3930d6a89a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user