[haiku-commits] haiku: hrev47511 - src/data/mime_db/application

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 17 Jul 2014 09:54:38 +0200 (CEST)

hrev47511 adds 1 changeset to branch 'master'
old head: 10632ac2db5bf4b656e3aeef29772a2d29d595cb
new head: 950c7f61c6aacb606bea316779434b42ae6dd1a3
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=950c7f6+%5E10632ac

----------------------------------------------------------------------------

950c7f6: Avoid trigraph to make compiler happy.

                             [ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev47511
Commit:      950c7f61c6aacb606bea316779434b42ae6dd1a3
URL:         http://cgit.haiku-os.org/haiku/commit/?id=950c7f6
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Thu Jul 17 07:54:35 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/data/mime_db/application/x-lharc | 2 +-

----------------------------------------------------------------------------

diff --git a/src/data/mime_db/application/x-lharc 
b/src/data/mime_db/application/x-lharc
index 5ef93e4..9762422 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";
 


Other related posts:

  • » [haiku-commits] haiku: hrev47511 - src/data/mime_db/application - pulkomandy