commit | 442b4225d3310599a8bc9107dc3f7b4153a286c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 24 21:34:22 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 24 21:34:22 2010 +0200 |
tree | 518b9298185272fad43e5afbc8a7cde21dc867e8 | |
parent | e66194a54e0303568e7db1cb8772e2709afd864c [diff] [blame] |
Improve the MS-Windows installer.
diff --git a/src/menu.c b/src/menu.c index 0fb286c..f01a34e 100644 --- a/src/menu.c +++ b/src/menu.c
@@ -462,7 +462,7 @@ * 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;