aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/cores/paplayer/vgmstream/src/meta/mus_acm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/paplayer/vgmstream/src/meta/mus_acm.c b/xbmc/cores/paplayer/vgmstream/src/meta/mus_acm.c
index 7bd10a8b6e..fddf354df6 100644
--- a/xbmc/cores/paplayer/vgmstream/src/meta/mus_acm.c
+++ b/xbmc/cores/paplayer/vgmstream/src/meta/mus_acm.c
@@ -189,7 +189,7 @@ VGMSTREAM * init_vgmstream_mus_acm(STREAMFILE *streamFile) {
if (!whole_line_read) goto fail;
mus_offset += line_bytes;
- fields_matched = sscanf(line_buffer,"%s %s %s",name,
+ fields_matched = sscanf(line_buffer,"%259s %259s %259s",name,
loop_name_base_temp,loop_name_temp);