summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib')
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index 7f5a01a075..3e505f0425 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -518,7 +518,7 @@ PHP_FUNCTION(gzgetss)
RETURN_FALSE;
}
- _php3_strip_tags(buf, len, ZLIBG(gzgetss_state), allow);
+ _php3_strip_tags(buf, len, ZLIBG(gzgetss_state), allow->value.str.val);
RETURN_STRING(buf, 0);
}