mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-13 05:43:37 -04:00
[protocol] const info
This commit is contained in:
parent
6ce61714a1
commit
37bd8a43f1
@ -49,7 +49,7 @@ init_directory_listing(struct string *page, struct uri *uri)
|
||||
struct string dirpath = NULL_STRING;
|
||||
struct string decoded = NULL_STRING;
|
||||
struct string location = NULL_STRING;
|
||||
char *info;
|
||||
const char *info;
|
||||
int local = (uri->protocol == PROTOCOL_FILE);
|
||||
|
||||
if (!init_string(page)
|
||||
|
Loading…
Reference in New Issue
Block a user