From: Pierre Joye Date: Mon, 20 Jul 2009 09:52:54 +0000 (+0000) Subject: - typo X-Git-Tag: php-5.4.0alpha1~191^2~3036 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=712b20fb7ce462ccaf37ef1895616cea6fb1ecce;p=php - typo --- diff --git a/ext/unicode/property.c b/ext/unicode/property.c index 33855c830b..6ae4597775 100644 --- a/ext/unicode/property.c +++ b/ext/unicode/property.c @@ -680,7 +680,7 @@ PHP_FUNCTION(char_get_property_name) PHP_FUNCTION(char_get_property_from_name) { void *name; - int sname_len; + int name_len; char *buf; zend_uchar name_type; UProperty prop;