diff options
Diffstat (limited to 'src/menu.c')
-rw-r--r-- | src/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c index 0fb286ca6..f01a34e34 100644 --- a/src/menu.c +++ b/src/menu.c @@ -462,7 +462,7 @@ add_menu_path(menu_path, menuarg, pri_tab, call_data * name (without mnemonic and accelerator text). */ next_name = menu_name_skip(name); #ifdef FEAT_MULTI_LANG - map_to = menutrans_lookup(name,STRLEN(name)); + map_to = menutrans_lookup(name, (int)STRLEN(name)); if (map_to != NULL) { en_name = name; |