Adblock: search a couple more lines for update metadata

This commit is contained in:
Paweł Forysiuk 2012-09-17 17:02:48 +02:00 committed by Christian Dywan
parent 00bd3f0818
commit 55c11850bb
1 changed files with 1 additions and 1 deletions

View File

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