summaryrefslogtreecommitdiff
path: root/README.UNICODE
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-08-24 21:39:20 +0000
committerAndrei Zmievski <andrei@php.net>2006-08-24 21:39:20 +0000
commit2a6325bf2bd6083613d8d501eccb8058cbdd50fb (patch)
tree3f85576545292887f475745b3ca60d85d423c19f /README.UNICODE
parent615ff5aaf200c8af8bcbf9e0560fe8074a57762b (diff)
downloadphp-git-2a6325bf2bd6083613d8d501eccb8058cbdd50fb.tar.gz
Fix typo.
Diffstat (limited to 'README.UNICODE')
-rw-r--r--README.UNICODE1
1 files changed, 1 insertions, 0 deletions
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;