diff options
Diffstat (limited to 'ext/wddx/wddx.c')
-rw-r--r-- | ext/wddx/wddx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index 3318909bf2..c540f23c22 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -352,7 +352,7 @@ PHP_MINFO_FUNCTION(wddx) /* {{{ php_wddx_packet_start */ -void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len) +void php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len) { php_wddx_add_chunk_static(packet, WDDX_PACKET_S); if (comment) { |