diff options
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r-- | coreutils/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c index 298fb5b70..a17955a6a 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c | |||
@@ -710,7 +710,7 @@ static void wrapf(const char *message, ...) | |||
710 | { | 710 | { |
711 | char buf[128]; | 711 | char buf[128]; |
712 | va_list args; | 712 | va_list args; |
713 | int buflen; | 713 | unsigned buflen; |
714 | 714 | ||
715 | va_start(args, message); | 715 | va_start(args, message); |
716 | buflen = vsnprintf(buf, sizeof(buf), message, args); | 716 | buflen = vsnprintf(buf, sizeof(buf), message, args); |