From 950c7f61c6aacb606bea316779434b42ae6dd1a3 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 17 Jul 2014 09:54:35 +0200 Subject: [PATCH] Avoid trigraph to make compiler happy. --- src/data/mime_db/application/x-lharc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/mime_db/application/x-lharc b/src/data/mime_db/application/x-lharc index 5ef93e4020..9762422d51 100644 --- a/src/data/mime_db/application/x-lharc +++ b/src/data/mime_db/application/x-lharc @@ -5,7 +5,7 @@ resource(1, "META:TYPE") "application/x-lharc"; resource(2, "META:S:DESC") #'MSDC' "LHarc archive"; -resource(2, "META:SNIFF_RULE") "0.50 (\"??-lh?-\" & 0x0000ffffff00ff) ([20] \"\\000" & 0xfc)"; +resource(2, "META:SNIFF_RULE") "0.50 (\"xx-lhx-\" & 0x0000ffffff00ff) ([20] \"\\000" & 0xfc)"; resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-Expander";