From 2a6325bf2bd6083613d8d501eccb8058cbdd50fb Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 24 Aug 2006 21:39:20 +0000 Subject: [PATCH] Fix typo. --- README.UNICODE | 1 + 1 file changed, 1 insertion(+) 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; -- 2.40.0