summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-05-18 09:03:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-05-18 09:03:22 -0700
commitaf6b68669c26b5ca5ce8544f00b7f3a50adf9304 (patch)
tree8897dcb22a5f8f3dd8e4f581d35ac52f99c5af60 /match.c
parentbbcb5f3df1b5d4628a8247d81718db6f1158c48a (diff)
downloadtxr-af6b68669c26b5ca5ce8544f00b7f3a50adf9304.tar.gz
txr-af6b68669c26b5ca5ce8544f00b7f3a50adf9304.tar.bz2
txr-af6b68669c26b5ca5ce8544f00b7f3a50adf9304.zip
* match.c (complex_open): Likewise.
* stream.c (w_opendir): Likewise.
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);