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 <[EMAIL PROTECTED]>

        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)
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to