From 0df7ed16e26a00a5cbf431c15854974cd7770a7f Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 28 Jun 2014 15:53:40 -0400 Subject: [PATCH] Fix format string warning from file(1) magic. --- doc/magic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/magic b/doc/magic index fdeaba3f..879920da 100644 --- a/doc/magic +++ b/doc/magic @@ -24,7 +24,7 @@ >>>0x11 bequad &0x800 \bblowfish >>>0x11 bequad &0x1000 \btwofish256 >>>0x11 bequad &0x2000 \btwofish128 ->>0x31 belong x \b, datalen=%li +>>0x31 belong x \b, datalen=%i # Keygrips (PKI flag) >>0x11 bequad &0x10000 >>>0x35 ubyte x \b, keygrip=%02X -- 2.11.4.GIT