[Xfce4-commits] <midori:master> Adblock: search a couple more lines for update metadata

Christian Dywan noreply at xfce.org
Tue Sep 18 15:40:03 CEST 2012


Updating branch refs/heads/master
         to 55c11850bbc19da1b7cce402e8860175de7f6b2d (commit)
       from 00bd3f08185f815c4d1419e5a6f6d86928f7fd40 (commit)

commit 55c11850bbc19da1b7cce402e8860175de7f6b2d
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Mon Sep 17 17:02:48 2012 +0200

    Adblock: search a couple more lines for update metadata

 extensions/adblock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/adblock.c b/extensions/adblock.c
index f150432..62f8fc7 100644
--- a/extensions/adblock.c
+++ b/extensions/adblock.c
@@ -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)


More information about the Xfce4-commits mailing list