From 7c3a5596fd5fa2747f7f0692f42525404e57e183 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Fri, 18 Aug 2006 04:08:44 +0000 Subject: Change type of isostr to fix warning git-svn-id: https://svn.musicpd.org/mpd/trunk@4654 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tag.c b/src/tag.c index cc7c11e46..52e012237 100644 --- a/src/tag.c +++ b/src/tag.c @@ -138,10 +138,10 @@ static MpdTag *getID3Info(struct id3_tag *tag, char *id, int type, MpdTag * mpdT struct id3_frame const *frame; id3_ucs4_t const *ucs4; id3_utf8_t *utf8; + id3_latin1_t *isostr; union id3_field const *field; unsigned int nstrings; int i; - char *isostr; char *encoding; frame = id3_tag_findframe(tag, id, 0); -- cgit v1.2.3