Adblock: search a couple more lines for update metadata
This commit is contained in:
parent
00bd3f0818
commit
55c11850bb
1 changed files with 1 additions and 1 deletions
|
@ -1572,7 +1572,7 @@ adblock_file_is_up_to_date (gchar* path)
|
|||
gboolean found_meta = FALSE;
|
||||
gint fs_days_elapsed, days_elapsed = 0, least_days;
|
||||
|
||||
for (i = 0; i <= 10; i++)
|
||||
for (i = 0; i <= 15; i++)
|
||||
{
|
||||
fgets (line, 2000, file);
|
||||
if (strncmp ("! Expires", line, 9) == 0)
|
||||
|
|
Loading…
Reference in a new issue