]> granicus.if.org Git - php/commitdiff
Fix typo.
authorAndrei Zmievski <andrei@php.net>
Thu, 24 Aug 2006 21:39:20 +0000 (21:39 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 24 Aug 2006 21:39:20 +0000 (21:39 +0000)
README.UNICODE

index 13b3da09cc1ac6147feccc34b06acb23fad88cb0..e669736ed662536035797f9b1da9f4db8835ca74 100644 (file)
@@ -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;