Commit 7c3a5596 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Change type of isostr to fix warning

git-svn-id: https://svn.musicpd.org/mpd/trunk@4654 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 459e0965
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment