Mercurial > audlegacy
diff audacious/util.c @ 625:0a73d1faeb4e trunk
[svn] GCC 4.1 warning fixes by Diego 'Flameeyes' Petteno from Gentoo.
| author | chainsaw |
|---|---|
| date | Mon, 06 Feb 2006 17:10:47 -0800 |
| parents | e4e897d20791 |
| children | c8cf439179b8 |
line wrap: on
line diff
--- a/audacious/util.c Mon Feb 06 16:52:28 2006 -0800 +++ b/audacious/util.c Mon Feb 06 17:10:47 2006 -0800 @@ -394,11 +394,11 @@ const gchar * key) { gchar *buffer, *ret_buffer = NULL; - gint found_section = 0, off = 0, len = 0; - gsize filesize; + gint found_section = 0, len = 0; + gsize filesize, off = 0; gchar *outbuf; unsigned char x[] = { 0xff, 0xfe, 0x00 }; - int counter; + guint counter; if (!filename) return NULL;
