From 7162fe85ce3008c6bcd2d4b2dfe6505b8a205479 Mon Sep 17 00:00:00 2001 From: svitoos Date: Mon, 30 Nov 2009 17:42:46 +0100 Subject: tag_id3: fix ID3v1 charset conversion If we define id3v1_encoding, then the tags are not added to the database. --- src/tag_id3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag_id3.c') diff --git a/src/tag_id3.c b/src/tag_id3.c index 0ae37f3e..a33ebc00 100644 --- a/src/tag_id3.c +++ b/src/tag_id3.c @@ -90,7 +90,7 @@ static id3_utf8_t * processID3FieldString (int is_id3v1, const id3_ucs4_t *ucs4, utf8 = (id3_utf8_t *) g_convert_with_fallback((const char*)isostr, -1, - encoding, "utf-8", + "utf-8", encoding, NULL, NULL, NULL, NULL); if (utf8 == NULL) { g_debug("Unable to convert %s string to UTF-8: '%s'", -- cgit v1.2.3