diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-06 17:29:15 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-06 17:29:15 +0000 |
commit | e908059c852606dc94864e34c963f682da27e67b (patch) | |
tree | 627f62320c0c51fd1125ae98b2bf3e2c84ca9f1c /Build/source/libs/icu-xetex/layout/HanLayoutEngine.cpp | |
parent | 62dfc6d9588e7c3aa6a85b06b53479697b272243 (diff) |
xetex updates for version 0.996
git-svn-id: svn://tug.org/texlive/trunk@2602 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu-xetex/layout/HanLayoutEngine.cpp')
-rw-r--r-- | Build/source/libs/icu-xetex/layout/HanLayoutEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/icu-xetex/layout/HanLayoutEngine.cpp b/Build/source/libs/icu-xetex/layout/HanLayoutEngine.cpp index 23b4a0b28dd..0344f35450a 100644 --- a/Build/source/libs/icu-xetex/layout/HanLayoutEngine.cpp +++ b/Build/source/libs/icu-xetex/layout/HanLayoutEngine.cpp @@ -62,7 +62,7 @@ le_int32 HanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], l // flag from the language tag lookups, so we can use these features // with the default LangSys... for (le_int32 i = 0; i < count; i += 1) { - glyphStorage.setAuxData(i, (void *) features, success); + glyphStorage.setAuxData(i, (void *) features, NULL, success); } return count; |