*pbuf = (UChar*)xbuf.c;
- return xbuf.len;
+ return xbuf.len >> 1;
}
Could you please use xbuf.len/sizeof(UChar) instead of >> ? -Andrei -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
