summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 07458edc0a..eb06e385ec 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -3349,7 +3349,7 @@ add_pack_plugin(char_u *fname, void *cookie)
char_u *afterdir;
size_t afterlen = 0;
char_u *ffname = fix_fname(fname);
- int fname_len;
+ size_t fname_len;
if (ffname == NULL)
return;