diff options
Diffstat (limited to 'apps/cuesheet.c')
| -rw-r--r-- | apps/cuesheet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c index 853a2a0..5583264 100644 --- a/apps/cuesheet.c +++ b/apps/cuesheet.c @@ -147,7 +147,7 @@ bool parse_cuesheet(char *file, struct cuesheet *cue) char *s; DEBUGF("cue parse\n"); - int fd = open(file,O_RDONLY); + int fd = open_utf8(file,O_RDONLY); if (fd < 0) { /* couln't open the file */ |