summaryrefslogtreecommitdiff
path: root/lib-src
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
commit5674677b6251227448361e3e8705105dbb4e19f7 (patch)
treeadad34683d0ff3eca933fb7af3355b1e87f04bc8 /lib-src
parentb281d1fe069dea2c697982ca905cd26ac7cc27c4 (diff)
downloademacs-5674677b6251227448361e3e8705105dbb4e19f7.tar.gz
(main): Use %08lx instead of %08x in printf because the
variable named addresses is long.
Diffstat (limited to 'lib-src')
-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] =