changeset 2708:0a0d4b96008d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Jun 2008 02:28:11 +0300
parents 48a4b4dd7d88 (current diff) efd4a8ee1965 (diff)
children 04249b58c738
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/neon/neon.c	Fri Jun 13 19:23:39 2008 +0200
+++ b/src/neon/neon.c	Mon Jun 16 02:28:11 2008 +0300
@@ -212,7 +212,7 @@
  * -----
  */
 
-static void parse_icy(struct icy_metadata* m, gchar* metadata, gint len) {
+static void parse_icy(struct icy_metadata* m, gchar* metadata, gsize len) {
 
     gchar* p;
     gchar* tstart;
@@ -220,7 +220,7 @@
     gchar name[NEON_ICY_BUFSIZE];
     gchar value[NEON_ICY_BUFSIZE];
     gint state;
-    gint pos;
+    gsize pos;
 
     _ENTER;