From: Glenn L McGrath Date: Sun, 2 May 2004 08:38:53 +0000 (-0000) Subject: Add part of a patch from Vernon Sauder that i missed a while back X-Git-Tag: 1_00_rc1~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ff5309ac99eb8ee0fc5ed180a3836779534fd2f3;p=oweals%2Fbusybox.git Add part of a patch from Vernon Sauder that i missed a while back --- 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, "");