diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 9f1a582ef..bd9f92536 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c @@ -866,8 +866,7 @@ format_address_paren(off_t address, char c) { putchar('('); format_address_std(address, ')'); - /* BUG in coreutils 5.2.1! must be "if (c) putchar(c);" */ - putchar(c); + if (c) putchar(c); } static void