comparison Plugins/Input/mpg123/mpg123.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 59602b2e2781
children aa6914ee37ab
comparison
equal deleted inserted replaced
624:a4ab65713d46 625:0a73d1faeb4e
573 void 573 void
574 mpg123_get_id3v2(struct id3_tag *id3d, struct id3tag_t *tag) 574 mpg123_get_id3v2(struct id3_tag *id3d, struct id3tag_t *tag)
575 { 575 {
576 struct id3_frame *id3frm; 576 struct id3_frame *id3frm;
577 gchar *txt; 577 gchar *txt;
578 gint tlen, num; 578 gsize tlen;
579 gint num;
579 580
580 #define ID3_SET(_tid,_fld) \ 581 #define ID3_SET(_tid,_fld) \
581 { \ 582 { \
582 id3frm = id3_get_frame( id3d, _tid, 1 ); \ 583 id3frm = id3_get_frame( id3d, _tid, 1 ); \
583 if (id3frm) { \ 584 if (id3frm) { \