1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(main): Use %08lx instead of %08x in printf because the

variable named addresses is long.
This commit is contained in:
Richard M. Stallman 1997-08-13 15:35:01 +00:00
parent 9ae177785f
commit 345a935c8d

View File

@ -221,7 +221,7 @@ main (argc, argv)
else
{
if (!i)
printf ("%08x: ", address);
printf ("%08lx: ", address);
if (iso_flag)
string[i+1] =