This commit is contained in:
Stanislav Malyshev 2007-06-22 00:05:54 +00:00
parent 35f3b30d64
commit 4103c5ce7c

View File

@ -132,7 +132,7 @@ PHP_FUNCTION(recode_string)
{
RECODE_REQUEST request = NULL;
char *r = NULL;
int r_len = 0, r_alen = 0;
size_t r_len = 0, r_alen = 0;
int req_len, str_len;
char *req, *str;