summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 9964bd83..b7baa6b6 100644
--- a/match.c
+++ b/match.c
@@ -1489,7 +1489,7 @@ static fpip_t complex_open(val name, val output, val append)
char *name;
if (output)
return ret;
- name = (char *) utf8_dup_to(namestr+1);
+ name = utf8_dup_to(namestr+1);
ret.close = fpip_closedir;
ret.d = opendir(name);
free(name);