1
0
Fork 0
forked from len0rd/rockbox

Move strip_volume() to filefuncs.c and set properties.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-11-26 22:34:08 +00:00
parent 7ccff054ff
commit d7d3bc248f
6 changed files with 87 additions and 1 deletions

View file

@ -26,6 +26,7 @@
#include "fat.h"
#include "dir.h"
#include "debug.h"
#include "filefuncs.h"
#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8)
#define MAX_OPEN_DIRS 12