aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/users.c')
-rw-r--r--src/nvim/os/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/users.c b/src/nvim/os/users.c
index 0c662e8843..7b0f3ddaed 100644
--- a/src/nvim/os/users.c
+++ b/src/nvim/os/users.c
@@ -210,7 +210,7 @@ char *get_users(expand_T *xp, int idx)
/// 2 is name fully matches a user name.
int match_user(char *name)
{
- int n = (int)STRLEN(name);
+ int n = (int)strlen(name);
int result = 0;
init_users();