From ab2d14bb96c3e190904db3e156cb60d1a1fcc3e1 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 28 Apr 2001 00:02:48 +0000 Subject: [PATCH] say what endianness we have --- magic/Magdir/magic | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/magic b/magic/Magdir/magic index a0d7b53a..3bf4e2ee 100644 --- a/magic/Magdir/magic +++ b/magic/Magdir/magic @@ -4,4 +4,6 @@ # 0 string #\ Magic magic text file for file(1) cmd 0 lelong 0xF11E041C magic binary file for file(1) cmd ->4 lelong x (version %d) +>4 lelong x (version %d) (little endian) +0 belong 0xF11E041C magic binary file for file(1) cmd +>4 belong x (version %d) (big endian) -- 2.50.1