forked from len0rd/rockbox
More buffer size fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1362 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
377725fefe
commit
cfc56d53a3
1 changed files with 3 additions and 1 deletions
|
@ -19,8 +19,10 @@
|
|||
#ifndef ID3_H
|
||||
#define ID3_H
|
||||
|
||||
#include "file.h"
|
||||
|
||||
struct mp3entry {
|
||||
char path[256];
|
||||
char path[MAX_PATH];
|
||||
char *title;
|
||||
char *artist;
|
||||
char *album;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue