From: Richard M. Stallman Date: Wed, 13 Aug 1997 15:35:01 +0000 (+0000) Subject: (main): Use %08lx instead of %08x in printf because the X-Git-Tag: emacs-20.1~610 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=345a935c8dd9327527d52ba37945767ce9f8cdcb;p=emacs.git (main): Use %08lx instead of %08x in printf because the variable named addresses is long. --- diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 9731321d4ae..053efbe0ccd 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c @@ -221,7 +221,7 @@ main (argc, argv) else { if (!i) - printf ("%08x: ", address); + printf ("%08lx: ", address); if (iso_flag) string[i+1] =