diff options
Diffstat (limited to 'src/popupmnu.c')
-rw-r--r-- | src/popupmnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c index 4dd3a9488..1d747a6bf 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c @@ -337,7 +337,7 @@ pum_redraw() if (rt != NULL) { - len = STRLEN(rt); + len = (int)STRLEN(rt); if (len > pum_width) { for (j = pum_width; j < len; ++j) |