From 7496bad2ace2be2c0d967f7afefd6e9c8e96af79 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 23 Jul 2017 16:36:42 +0200 Subject: [PATCH] adjust datatype, used for position handling --- ext/mbstring/libmbfl/mbfl/mbfilter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.50.1