From: Anatol Belski Date: Sun, 23 Jul 2017 14:36:42 +0000 (+0200) Subject: adjust datatype, used for position handling X-Git-Tag: php-7.3.0alpha1~1817 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7496bad2ace2be2c0d967f7afefd6e9c8e96af79;p=php adjust datatype, used for position handling --- diff --git a/ext/mbstring/libmbfl/mbfl/mbfilter.c b/ext/mbstring/libmbfl/mbfl/mbfilter.c index a58acca9d4..73461028d0 100644 --- a/ext/mbstring/libmbfl/mbfl/mbfilter.c +++ b/ext/mbstring/libmbfl/mbfl/mbfilter.c @@ -736,7 +736,8 @@ struct collector_strpos_data { static int collector_strpos(int c, void* data) { - int *p, *h, *m, n; + int *p, *h, *m; + ssize_t n; struct collector_strpos_data *pc = (struct collector_strpos_data*)data; if (pc->output >= pc->start) {