diff options
Diffstat (limited to 'libterm/tputs.c')
| -rw-r--r-- | libterm/tputs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libterm/tputs.c b/libterm/tputs.c index 58e0665..18fc579 100644 --- a/libterm/tputs.c +++ b/libterm/tputs.c @@ -116,7 +116,7 @@ tputs(const char *cp, int affcnt, int (*outc)(int)) */ if (i == 0) return 1; - if (ospeed <= 0 || ospeed >= (sizeof tmspc10 / sizeof tmspc10[0])) + if (ospeed <= 0 || ospeed >= (int)(sizeof tmspc10 / sizeof tmspc10[0])) return 1; /* |
