Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-05-02 12:38:53 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2004-05-02 12:38:53 +0400
commitff5309ac99eb8ee0fc5ed180a3836779534fd2f3 (patch)
tree34ed9f699de9be9e41a0b655c472d02040e2c9ae /libbb
parentcbc453c7a21ffed7b49d3cb2d3e8a2606efd574c (diff)
Add part of a patch from Vernon Sauder that i missed a while back
Diffstat (limited to 'libbb')
-rw-r--r--libbb/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/dump.c b/libbb/dump.c
index 7ef559513..30f69830b 100644
--- 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, "");