* Applied patch by Idefix that fixes the recognition rule of text/x-patch, and

thus closes bug #4749.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34100 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-11-17 17:18:31 +00:00
parent 4459056dda
commit 42d7962dc9
+1 -1
View File
@@ -4,7 +4,7 @@ resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "text/x-patch";
resource(2, "META:SNIFF_RULE") #'CSTR' array {
"0.30 ([0:100]\"diff \" | [0:100]\"--- \" | [0:100]\"+++ \" | [0:100]\"@@ -\")"
"0.30 ([0:100]\"Index: \" | [0:100]\"--- \" | [0:100]\"+++ \" | [0:100]\"@@ -\")"
};
resource(3, "META:S:DESC") #'MSDC' "Patch";