From ff5309ac99eb8ee0fc5ed180a3836779534fd2f3 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 2 May 2004 08:38:53 +0000 Subject: Add part of a patch from Vernon Sauder that i missed a while back --- libbb/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ""); -- cgit v1.2.3