From 2861970659c962900b7ba9093cc5df9640116842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 29 May 2007 18:46:20 +0200 Subject: Fix typo reporting ID3v2.4 tags as ID3v2.3. --- src/demuxers/id3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demuxers/id3.c b/src/demuxers/id3.c index e5d767b1e..e9ed43d4d 100644 --- a/src/demuxers/id3.c +++ b/src/demuxers/id3.c @@ -898,7 +898,7 @@ int id3v2_parse_tag(input_plugin_t *input, break; case 4: - xprintf(stream->xine, XINE_VERBOSITY_LOG, "ID3V2.3 tag\n"); + xprintf(stream->xine, XINE_VERBOSITY_LOG, "ID3V2.4 tag\n"); result = id3v24_parse_tag(input, stream, mp3_frame_header); break; -- cgit v1.2.3