0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00

Fix various sparse warnings

Mostly non-ANSI function declarations, using 0 as NULL and inline
function prototypes. Also removed unused S_HTTP_100 network state
enum type, which text message contained unknown escape sequence: '\?'.
This commit is contained in:
Jonas Fonseca
2005-11-24 15:38:47 +01:00
committed by Jonas Fonseca
parent 2dd2e10a28
commit 5dffe2e8ac
10 changed files with 22 additions and 25 deletions

View File

@@ -594,7 +594,7 @@ open_bookmark_folder(struct session *ses, unsigned char *foldername)
|| !*bookmark->url)
continue;
uri = get_translated_uri(bookmark->url, 0);
uri = get_translated_uri(bookmark->url, NULL);
if (!uri) continue;
/* Save the first bookmark for the current tab */