diff options
| author | Stefan Esser | 2014-02-12 19:54:50 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-12 19:54:50 +0100 |
| commit | 80abd49293bfb34f71f96214d615b1bfbc148928 (patch) | |
| tree | 96bb8713580271b597bbbad9abd3c864ba1d3343 /rfc1867_new.c | |
| parent | 0d720940a4eb2f26a49de1bffcea6ecaf2938808 (diff) | |
Silence all compiler warnings
Diffstat (limited to 'rfc1867_new.c')
| -rw-r--r-- | rfc1867_new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc1867_new.c b/rfc1867_new.c index a069aa9..b6bbcdb 100644 --- a/rfc1867_new.c +++ b/rfc1867_new.c | |||
| @@ -403,7 +403,7 @@ static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header T | |||
| 403 | char *value = NULL; | 403 | char *value = NULL; |
| 404 | 404 | ||
| 405 | if (php_rfc1867_encoding_translation(TSRMLS_C)) { | 405 | if (php_rfc1867_encoding_translation(TSRMLS_C)) { |
| 406 | self->input_encoding = zend_multibyte_encoding_detector(line, strlen(line), self->detect_order, self->detect_order_size TSRMLS_CC); | 406 | self->input_encoding = zend_multibyte_encoding_detector((const unsigned char *)line, strlen(line), self->detect_order, self->detect_order_size TSRMLS_CC); |
| 407 | } | 407 | } |
| 408 | 408 | ||
| 409 | /* space in the beginning means same header */ | 409 | /* space in the beginning means same header */ |
