mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 13:39:12 -04:00
Switching from strtoll() to expand_number() was improper at the time as
it only accepted positive numbers. Now that it also accepts negative
numbers, the -b option is still broken because the same commit that
switched to expand_number() also dropped the multiplication by units.
Fixes:
|
||
|---|---|---|
| .. | ||
| tests | ||
| extern.h | ||
| forward.c | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.depend.options | ||
| misc.c | ||
| read.c | ||
| reverse.c | ||
| tail.1 | ||
| tail.c | ||