pango r2564 - in trunk: . pango



Author: behdad
Date: Sun Feb 10 21:43:21 2008
New Revision: 2564
URL: http://svn.gnome.org/viewvc/pango?rev=2564&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/pango/pangofc-fontmap.c

Modified: trunk/pango/pangofc-fontmap.c
==============================================================================
--- trunk/pango/pangofc-fontmap.c	(original)
+++ trunk/pango/pangofc-fontmap.c	Sun Feb 10 21:43:21 2008
@@ -1379,7 +1379,7 @@
 	  FcChar32  bits = map[i];
 	  FcChar32  base = ucs4 + i * 32;
 	  int b = 0;
-	  bits = map[i];
+
 	  while (bits)
 	    {
 	      if (bits & 1)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]