1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-14 16:01:57 +02:00
Files
coreutils/tests/od
Pádraig Brady 0ec2340c08 od: suppress address output on read error
We don't output an address for `od missing` or `od --strings .`,
so be consistent and suppress the address for `od .`.

* src/od.c (dump): Only output an address if no errors
or the offset is non zero.
2026-03-25 17:46:37 +00:00
..