Add part of a patch from Vernon Sauder that i missed a while back
This commit is contained in:
parent
cbc453c7a2
commit
ff5309ac99
@ -545,7 +545,7 @@ static void display(void)
|
||||
/* PRINT; */
|
||||
switch (pr->flags) {
|
||||
case F_ADDRESS:
|
||||
printf(pr->fmt, address);
|
||||
printf(pr->fmt, (unsigned int) address);
|
||||
break;
|
||||
case F_BPAD:
|
||||
printf(pr->fmt, "");
|
||||
|
Loading…
Reference in New Issue
Block a user