You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2013/05/16 00:28:55 UTC

[lucy-commits] [21/21] git commit: refs/heads/master - Add missing field initializers

Add missing field initializers


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/1703035a
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/1703035a
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/1703035a

Branch: refs/heads/master
Commit: 1703035a345580db8d114c3f1093ab3704cec3c0
Parents: 799d4ea
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Wed May 15 23:48:49 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu May 16 00:11:35 2013 +0200

----------------------------------------------------------------------
 modules/unicode/utf8proc/utf8proc_data.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/1703035a/modules/unicode/utf8proc/utf8proc_data.h
----------------------------------------------------------------------
diff --git a/modules/unicode/utf8proc/utf8proc_data.h b/modules/unicode/utf8proc/utf8proc_data.h
index 1426b76..6941127 100644
--- a/modules/unicode/utf8proc/utf8proc_data.h
+++ b/modules/unicode/utf8proc/utf8proc_data.h
@@ -4946,7 +4946,7 @@ const uint16_t utf8proc_stage2table[] = {
   0, };
 
 const utf8proc_property_t utf8proc_properties[] = {
-  {0, 0, 0, 0, NULL, false, -1, -1, -1, -1, -1, false},
+  {0, 0, 0, 0, NULL, false, -1, -1, -1, -1, -1, false, false, false, false, NULL},
   {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_BN, 0, NULL, false, -1, -1, -1, -1, -1, false, true, true, false, NULL},
   {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_S, 0, NULL, false, -1, -1, -1, -1, -1, false, false, true, false, NULL},
   {UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_B, 0, NULL, false, -1, -1, -1, -1, -1, false, false, true, false, NULL},