From 801cadc3b8a9d7600d8e518aed048b60c4ac89f4 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 22 Oct 2001 19:46:48 +0000 Subject: [PATCH] Remove redundant conversion. --- ext/ctype/ctype.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c index 46fca2a866..526c2a6484 100644 --- a/ext/ctype/ctype.c +++ b/ext/ctype/ctype.c @@ -100,7 +100,6 @@ static int ctype(int (*iswhat)(int), zval **c) { char *p; int n, len; - convert_to_string_ex(c); p=Z_STRVAL_PP(c); len = Z_STRLEN_PP(c); for(n=0;n