forked from len0rd/rockbox
fix yellow on simulator + multivolume
Change-Id: Idc6d0e2e8fb06c2df4cac13ad7253b0b8628c308
This commit is contained in:
parent
fa6dc058ef
commit
9b7edbf609
1 changed files with 2 additions and 0 deletions
|
|
@ -25,9 +25,11 @@
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "filefuncs.h"
|
#include "filefuncs.h"
|
||||||
|
#include "string-extra.h"
|
||||||
|
|
||||||
#ifndef __PCTOOL__
|
#ifndef __PCTOOL__
|
||||||
#ifdef HAVE_MULTIVOLUME
|
#ifdef HAVE_MULTIVOLUME
|
||||||
|
|
||||||
/* returns on which volume this is, and copies the reduced name
|
/* returns on which volume this is, and copies the reduced name
|
||||||
(sortof a preprocessor for volume-decorated pathnames) */
|
(sortof a preprocessor for volume-decorated pathnames) */
|
||||||
int strip_volume(const char* name, char* namecopy)
|
int strip_volume(const char* name, char* namecopy)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue