diff lib-src/hexl.c @ 19338:653a7898590b

(main): Use %08lx instead of %08x in printf because the variable named addresses is long.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Aug 1997 15:35:01 +0000
parents 0a93a0afdd74
children 4a529ce5a52e
line wrap: on
line diff
--- a/lib-src/hexl.c	Wed Aug 13 15:34:05 1997 +0000
+++ b/lib-src/hexl.c	Wed Aug 13 15:35:01 1997 +0000
@@ -221,7 +221,7 @@
 		  else
 		    {
 		      if (!i)
-			printf ("%08x: ", address);
+			printf ("%08lx: ", address);
 
 		      if (iso_flag)
 			string[i+1] =