]> granicus.if.org Git - php/commitdiff
- typo
authorPierre Joye <pajoye@php.net>
Mon, 20 Jul 2009 09:52:54 +0000 (09:52 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 20 Jul 2009 09:52:54 +0000 (09:52 +0000)
ext/unicode/property.c

index 33855c830b43edc6fbddcaa6845eda73c6f94326..6ae4597775d893713b950153f3bc605430b77c25 100644 (file)
@@ -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;