]> granicus.if.org Git - file/commitdiff
PR/45: sezero: mach-o magic did not print all the architectures for > 2
authorChristos Zoulas <christos@zoulas.com>
Mon, 1 Oct 2018 23:33:15 +0000 (23:33 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 1 Oct 2018 23:33:15 +0000 (23:33 +0000)
architectures.

magic/Magdir/cafebabe

index 6482858fc62c5d369f34dcea0b112d9e3b4d662e..18dd1a27a39fb6edc151fb36d4b537b21b3fa0b6 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: cafebabe,v 1.23 2017/05/25 20:07:23 christos Exp $
+# $File: cafebabe,v 1.24 2018/10/01 23:33:15 christos Exp $
 # Cafe Babes unite!
 #
 # Since Java bytecode and Mach-O universal binaries have the same magic number,
 >>4    belong          <20             Mach-O universal binary with %d architectures:
 !:mime application/x-mach-binary
 >>>8   use             mach-o          \b
->>4    belong          2
+>>4    belong          >1
 >>>28  use             mach-o          \b
->>4    belong          3
+>>4    belong          >2
 >>>48  use             mach-o          \b
->>4    belong          4
+>>4    belong          >3
 >>>68  use             mach-o          \b
->>4    belong          5
+>>4    belong          >4
 >>>88  use             mach-o          \b
->>4    belong          6
+>>4    belong          >5
 >>>108 use             mach-o          \b
 
 ### MACH-O END ###