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:
committed by
Jonas Fonseca
parent
2dd2e10a28
commit
5dffe2e8ac
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user