1
0
Fork 0
forked from len0rd/rockbox

Some more buffer length fixing

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-15 22:58:28 +00:00
parent 8c57ad9c38
commit 377725fefe
2 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@ static DIR opendirs[MAX_OPEN_DIRS];
DIR* opendir(char* name)
{
char namecopy[256];
char namecopy[MAX_PATH];
char* part;
char* end;
struct fat_direntry entry;