--- src/hb-ot-layout-gsubgpos.hh +++ src/hb-ot-layout-gsubgpos.hh @@ -387,7 +387,7 @@ skip == matcher_t::SKIP_NO)) { num_items--; - match_glyph_data++; + if (match_glyph_data != nullptr) match_glyph_data++; return true; } @@ -414,7 +414,7 @@ skip == matcher_t::SKIP_NO)) { num_items--; - match_glyph_data++; + if (match_glyph_data != nullptr) match_glyph_data++; return true; } git.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-14 09:06:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-14 11:07:08 +0200
commit7c67a8f4e837669ea23d1bc98e3d6fb78025066f (patch)
tree07ae3da7e7c909a4ddda48a8506365024df7a423 /svx
parent1a524be53f62d2509920c2caa80817819f4aa9d9 (diff)
rename nmspmap.hxx -> namespacemap.hxx