GNOME Bugzilla – Bug 515484
Variable is initialized twice
Last modified: 2008-02-10 21:43:32 UTC
In pango/pangofc-fontmap.c (_pango_fc_font_map_fc_to_coverage), the variable "bits" is initialized to the same value twice. Patch to follow.
Created attachment 104799 [details] [review] Patch
2008-02-09 Dominic Lachowicz <domlachowicz@gmail.com> Bug 515484 – Variable is initialized twice * pango/pangofc-fontmap.c (_pango_fc_font_map_fc_to_coverage): Variable was initialized twice.