mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
A char array has an implicit NUL terminating it, which sizeof will
include, so we need to subtract 1 here. Printing a NUL can cause issues
for things like CI environments that aren't expecting it, especially
with recent Jenkins being stricter about not putting NUL in XML files.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| resizewin.1 | ||
| resizewin.c | ||