summaryrefslogtreecommitdiff
path: root/plugins/sudoers/exptilde.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/exptilde.c')
-rw-r--r--plugins/sudoers/exptilde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sudoers/exptilde.c b/plugins/sudoers/exptilde.c
index 00ab0ac5c..b6e8a602b 100644
--- a/plugins/sudoers/exptilde.c
+++ b/plugins/sudoers/exptilde.c
@@ -74,7 +74,7 @@ expand_tilde(char **path, const char *user)
*slash = '\0';
opath = slash + 1;
} else {
- opath = "";
+ opath = (char *)"";
}
}
pw = sudo_getpwnam(user);