pajoye Mon, 20 Jul 2009 09:52:54 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=284422
Changed paths:
U php/php-src/trunk/ext/unicode/property.c
Log:
- typo
Modified: php/php-src/trunk/ext/unicode/property.c
===================================================================
--- php/php-src/trunk/ext/unicode/property.c 2009-07-20 09:50:14 UTC (rev
284421)
+++ php/php-src/trunk/ext/unicode/property.c 2009-07-20 09:52:54 UTC (rev
284422)
@@ -680,7 +680,7 @@
PHP_FUNCTION(char_get_property_from_name)
{
void *name;
- int sname_len;
+ int name_len;
char *buf;
zend_uchar name_type;
UProperty prop;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php