Revision: 2210
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2210&view=rev
Author:   teuf
Date:     2009-01-13 17:12:25 +0000 (Tue, 13 Jan 2009)

Log Message:
-----------
Change gchar to gint since we are looping and checking the index is >= 0

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_sysinfo_extended_parser.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2009-01-13 13:45:55 UTC (rev 2209)
+++ libgpod/trunk/ChangeLog     2009-01-13 17:12:25 UTC (rev 2210)
@@ -1,3 +1,8 @@
+2009-01-13  Christophe Fergeau  <teuf at gnome.org>
+
+       * itdb_sysinfo_extended_parser.c: use a gint instead of a gchar as a
+       loop index since we are comparing against >= 0
+
 2009-01-11  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/itdb_itunesdb.c (itdb_rename_files): remove the

Modified: libgpod/trunk/src/itdb_sysinfo_extended_parser.c
===================================================================
--- libgpod/trunk/src/itdb_sysinfo_extended_parser.c    2009-01-13 13:45:55 UTC 
(rev 2209)
+++ libgpod/trunk/src/itdb_sysinfo_extended_parser.c    2009-01-13 17:12:25 UTC 
(rev 2210)
@@ -409,7 +409,7 @@
 {
     char *back_color_str;
     guint back_color;
-    gchar i;
+    gint i;
 
     memset (img_spec->back_color, 0, sizeof (img_spec->back_color));;
     back_color_str = get_string (dict, "BackColor");


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to