From: Andrei Zmievski Date: Thu, 24 Aug 2006 21:39:20 +0000 (+0000) Subject: Fix typo. X-Git-Tag: RELEASE_1_0_0RC1~1884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a6325bf2bd6083613d8d501eccb8058cbdd50fb;p=php Fix typo. --- diff --git a/README.UNICODE b/README.UNICODE index 13b3da09cc..e669736ed6 100644 --- a/README.UNICODE +++ b/README.UNICODE @@ -327,6 +327,7 @@ For IS_UNICODE type, we need to add another structure to the union: struct { UChar *val; /* Unicode string value */ int len; /* number of UChar's */ + } ustr; .... } value;