From b546cdfecc077961205728e4be0af72c23a9d53d Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 2 Apr 2012 18:50:56 +0200 Subject: fixed bug in id3v2 parser which wasn't trimming whitespace correctly at the end of text fields --- plugins/m3u/m3u.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/m3u') diff --git a/plugins/m3u/m3u.c b/plugins/m3u/m3u.c index 189d2b28..8097698c 100644 --- a/plugins/m3u/m3u.c +++ b/plugins/m3u/m3u.c @@ -120,6 +120,7 @@ load_m3u (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname, int *pab strncpy (title, c, sizeof (title)-1); title[sizeof(title)-1] = 0; } + trace ("title: %s, artist: %s\n", title, artist); } } } -- cgit v1.2.3