summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-06-10 05:31:36 +0200
committerTimm Bäder <mail@baedert.org>2020-06-10 05:31:36 +0200
commit560b9b575792e1aa4faca4a0c159baa96b4a04e5 (patch)
tree241575a7f2eb02a6f9bdfcc0b402f2bb8816c06c /pango/pango-context.c
parent3b122eb3cc8b2585e8094a5f97c5a2c75fff2723 (diff)
downloadpango-560b9b575792e1aa4faca4a0c159baa96b4a04e5.tar.gz
pango-ot-info: Fix an uninitialized value
We never assign a value to l_index. Also, we pass on language_index to hb_ot_layout_script_select_language, even though the last parameter of that function is not nullable, while our language_index parameter is. Fix this to pass &l_index to hb_ot_layout_script_select_language, which is what I believe should happen.
Diffstat (limited to 'pango/pango-context.c')
0 files changed, 0 insertions, 0 deletions