diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-09 23:21:11 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-09 23:21:11 +0000 |
commit | ad324788e008423f7ac43c11598ceb9337c946c7 (patch) | |
tree | 7d79b17f7bbe51d144e1055c7148b4214c2dc094 /Build/source | |
parent | 8f8576dc1eb2d3ccfb957a1544cb91be5929eda0 (diff) |
web2c/xetexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeX_mac.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeX_mac.c b/Build/source/texk/web2c/xetexdir/XeTeX_mac.c index 00576dc8d59..bf9fdeb98a4 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeX_mac.c +++ b/Build/source/texk/web2c/xetexdir/XeTeX_mac.c @@ -84,9 +84,8 @@ DoAATLayout(void* p, int justify) CFIndex totalGlyphCount = 0; UInt16* glyphIDs; Fixed* glyphAdvances; - void* glyph_info; + void* glyph_info = NULL; FixedPoint* locations; - Fixed lsUnit, lsDelta; CGFloat width; long txtLen; |