mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix warn format
Pointed-by: bde
This commit is contained in:
parent
eff280b358
commit
43175e5e19
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ args: argc -= optind;
|
|||
if (ioctl(i.fd, TIOCGETD, &i.ldisc) < 0)
|
||||
err(1, "TIOCGETD");
|
||||
if (ioctl(i.fd, TIOCGWINSZ, &i.win) < 0)
|
||||
warn("TIOCGWINSZ: %s\n", strerror(errno));
|
||||
warn("TIOCGWINSZ");
|
||||
|
||||
checkredirect(); /* conversion aid */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue