- Remove fprintf() used for debugging

This commit is contained in:
Moriyoshi Koizumi 2006-04-27 03:53:01 +00:00
parent 923978e0ff
commit 35598a2821

View File

@ -797,7 +797,6 @@ static php_iconv_err_t _php_iconv_strpos(unsigned int *pretval,
}
if (offset >= 0) {
if (cnt >= (unsigned int)offset) {
fprintf(stderr, "%s %s\n", ndl_buf_p, buf);
if (_php_iconv_memequal(buf, ndl_buf_p, sizeof(buf))) {
if (match_ofs == (unsigned int)-1) {
match_ofs = cnt;