summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-06-10 05:50:51 +0200
committerTimm Bäder <mail@baedert.org>2020-06-10 05:50:51 +0200
commit9983edf5294d2ae29dde8e49c7d4b94bff970ea1 (patch)
treea2bef9b9dd6dc495cf97180501ef96a26da69acc /utils
parent560b9b575792e1aa4faca4a0c159baa96b4a04e5 (diff)
downloadpango-9983edf5294d2ae29dde8e49c7d4b94bff970ea1.tar.gz
pango-context: avoid assignment to uninitialized value
We're assigning EMBEDDING_CHANGED to state->changed in update_embedding_end(). At that point state->changed is uninitialized, but that doesn't matter since we later override the value anyway. Just pull the initialization to earlier in that function, which assigns EMBEDDING_CHANGED anyway, so doesn't change anything.
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions