diff Plugins/Input/mpg123/id3_frame_content.c @ 701:d539e5c5f730 trunk

[svn] Fixes of the remaining GCC 4.1 warnings from external contributor Diego "Flameeyes" Petteno (Gentoo).
author chainsaw
date Sun, 26 Feb 2006 13:08:35 -0800
parents 18cb7405b5e9
children
line wrap: on
line diff
--- a/Plugins/Input/mpg123/id3_frame_content.c	Sun Feb 26 10:21:49 2006 -0800
+++ b/Plugins/Input/mpg123/id3_frame_content.c	Sun Feb 26 13:08:35 2006 -0800
@@ -74,7 +74,7 @@
     ptr = buffer;
     while (text[0] == '(' && text[1] != '(' && spc > 0) {
         const char *genre;
-        int num = 0;
+        size_t num = 0;
 
         if (text[1] == 'R' && text[2] == 'X') {
             text += 4;