mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
Extension entries need an extra nul byte.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30297 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e20ff44e9d
commit
baa9c48a66
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const struct afmt_entry audio_formats[AFMT_NUM_CODECS] =
|
|||
{
|
||||
/* Unknown file format */
|
||||
[0 ... AFMT_NUM_CODECS-1] =
|
||||
AFMT_ENTRY("???", NULL, NULL, NULL, "" ),
|
||||
AFMT_ENTRY("???", NULL, NULL, NULL, "\0" ),
|
||||
|
||||
/* MPEG Audio layer 2 */
|
||||
[AFMT_MPA_L2] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue