projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc453c
)
Add part of a patch from Vernon Sauder that i missed a while back
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 2 May 2004 08:38:53 +0000
(08:38 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 2 May 2004 08:38:53 +0000
(08:38 -0000)
libbb/dump.c
patch
|
blob
|
history
diff --git
a/libbb/dump.c
b/libbb/dump.c
index 7ef559513762cfcc9e1218140b03f578c1335ae6..30f69830bac149ca8d34973fdc07de59a22d9fe2 100644
(file)
--- a/
libbb/dump.c
+++ b/
libbb/dump.c
@@
-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, "");