mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[cookies] initialize cookfile to avoid warning
This commit is contained in:
parent
534344ce35
commit
1ed46e9ef0
@ -696,7 +696,7 @@ load_cookies(void) {
|
||||
* in save_cookies(). --Zas */
|
||||
char in_buffer[6 * MAX_STR_LEN];
|
||||
const char *cookfile_orig = COOKIES_FILENAME;
|
||||
char *cookfile;
|
||||
char *cookfile = NULL;
|
||||
FILE *fp;
|
||||
time_t now;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user