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 a205e126..6fef885e 100644
--- a/match.c
+++ b/match.c
@@ -617,7 +617,7 @@ typedef struct fpip {
fpip_t complex_open(obj_t *name, obj_t *output)
{
- fpip_t ret = { 0 };
+ fpip_t ret = { 0, 0 };
const wchar_t *namestr = c_str(name);
long len = c_num(length_str(name));