From 941bde42665f81e65f63fa8a35e9774571cea32a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 11 Sep 2019 14:00:43 +0100 Subject: [PATCH] [Minor] Add lz4 support --- lualib/lua_magic/patterns.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lualib/lua_magic/patterns.lua b/lualib/lua_magic/patterns.lua index f0759de5d..1b0f89577 100644 --- a/lualib/lua_magic/patterns.lua +++ b/lualib/lua_magic/patterns.lua @@ -190,17 +190,17 @@ local patterns = { lz4 = { matches = { { - hex = "184d2204", + hex = "04224d18", relative_position = 0, weight = 60, }, { - hex = "184c2103", + hex = "03214c18", relative_position = 0, weight = 60, }, { - hex = "184c2102", + hex = "02214c18", relative_position = 0, weight = 60, },