mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
Fix bug with od/hd/hexdump. "*" lines are supposed to indicate one or
duplicates of the previous line, but a small file with less then 16
characters of zeros in it will be falsy identified as a repeat of
the (non-existant) previous line. i.e. the first line of output winds
up being a "*". Added a bit of code to handle the degenerate 'there is
no previous line' case for the first line.
|
||
|---|---|---|
| .. | ||
| conv.c | ||
| display.c | ||
| hexdump.1 | ||
| hexdump.c | ||
| hexdump.h | ||
| hexsyntax.c | ||
| Makefile | ||
| od.1 | ||
| odsyntax.c | ||
| parse.c | ||