summaryrefslogtreecommitdiff
path: root/lib-src/hexl.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-13 15:35:01 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-13 15:35:01 +0000
commit345a935c8dd9327527d52ba37945767ce9f8cdcb (patch)
tree2204be0e3aa037493ecfd56ade871b7bc0a6e063 /lib-src/hexl.c
parent9ae177785fa18ed04f9e5ffd7faee42d6b8b7f92 (diff)
downloademacs-345a935c8dd9327527d52ba37945767ce9f8cdcb.tar.gz
(main): Use %08lx instead of %08x in printf because the
variable named addresses is long.
Diffstat (limited to 'lib-src/hexl.c')
-rw-r--r--lib-src/hexl.c2
1 files changed, 1 insertions, 1 deletions
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] =