From 57f9c098e8f5b582c8f289d181117cec1a52e653 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 31 Aug 2011 21:23:55 +0200 Subject: fixed writing non-ascii id3v1 tags --- junklib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'junklib.h') diff --git a/junklib.h b/junklib.h index 07d99f05..1733620b 100644 --- a/junklib.h +++ b/junklib.h @@ -30,7 +30,7 @@ int junk_id3v1_find (DB_FILE *fp); int -junk_id3v1_write (FILE *fp, struct playItem_s *it); +junk_id3v1_write (FILE *fp, struct playItem_s *it, const char *enc); int junk_id3v2_find (DB_FILE *fp, int *psize); -- cgit v1.2.3