mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
Fix warn format
Pointed-by: bde
This commit is contained in:
parent
eff280b358
commit
43175e5e19
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59790
@ -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 New Issue
Block a user