Skip to content

Commit

Permalink
MFH
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Jan 24, 2007
1 parent a2b7b84 commit d32dc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/iconv/iconv.c
Expand Up @@ -719,6 +719,7 @@ static php_iconv_err_t _php_iconv_substr(smart_str *pretval,
}

cd2 = (iconv_t)NULL;
errno = 0;

for (in_p = str, in_left = nbytes, cnt = 0; in_left > 0 && len > 0; ++cnt) {
size_t prev_in_left;
Expand Down

0 comments on commit d32dc5b

Please sign in to comment.