summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.c b/translate.c
index b3af17d50..92a3a9753 100644
--- a/translate.c
+++ b/translate.c
@@ -486,7 +486,7 @@ static int show_translation(int fd, int argc, char *argv[])
for (x = -1; x < SHOW_TRANS; x++) {
char line[80];
char *buf = line;
- int left = sizeof(line) - 1; /* one initial space */
+ size_t left = sizeof(line) - 1; /* one initial space */
/* next 2 lines run faster than using ast_build_string() */
*buf++ = ' ';
*buf = '\0';