summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c8
1 files changed, 1 insertions, 7 deletions
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, "<UNRECOGNIZED CHARSET>");
- }
+ strcpy (str, "<UNRECOGNIZED CHARSET>");
}
}