od: remove bug-for-bug compat (because the bug was fixed in coreuitls)

This commit is contained in:
Denis Vlasenko 2006-12-17 19:21:13 +00:00
parent c88894602d
commit 0f5905e617

View File

@ -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