1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[cookies] initialize cookfile to avoid warning

This commit is contained in:
Witold Filipczyk 2022-06-25 16:24:15 +02:00
parent 534344ce35
commit 1ed46e9ef0

View File

@ -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;