From 71d592cb60f274f5d5b16502eeb90040d87fe427 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 24 Jan 2014 12:09:30 -0800 Subject: [PATCH] Fix hfilter --- conf/lua/hfilter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/lua/hfilter.lua b/conf/lua/hfilter.lua index 0ec54f1f4..d57c73ec3 100644 --- a/conf/lua/hfilter.lua +++ b/conf/lua/hfilter.lua @@ -262,7 +262,7 @@ local function hfilter(task) total_url_len = total_url_len + url:get_length() end if total_url_len > 0 then - if total_url_len + 7 > total_part_len then + if total_url_len + 7 > total_parts_len then task:insert_result('HFILTER_URL_ONLY', 1.00) end end -- 2.39.5