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:
parent
9ae177785f
commit
345a935c8d
@ -221,7 +221,7 @@ main (argc, argv)
|
||||
else
|
||||
{
|
||||
if (!i)
|
||||
printf ("%08x: ", address);
|
||||
printf ("%08lx: ", address);
|
||||
|
||||
if (iso_flag)
|
||||
string[i+1] =
|
||||
|
Loading…
Reference in New Issue
Block a user