From 3e1ab26d8c88c5f420101a1e52cee52dfa0e3586 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 30 Apr 2014 15:17:48 +0200 Subject: removed shift-jis hack from cuesheet parser, this should now work without the hack --- playlist.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index 7f55eda0..085dc314 100644 --- a/playlist.c +++ b/playlist.c @@ -880,13 +880,7 @@ pl_get_qvalue_from_cue (const uint8_t *p, int sz, char *out) { } else { - res = junk_recode (str, l, recbuf, sizeof (recbuf)-1, "SHIFT-JIS"); - if (res > 0) { - strcpy (str, recbuf); - } - else { - strcpy (str, ""); - } + strcpy (str, ""); } } -- cgit v1.2.3