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 "file.h"
|
||||
#include "filefuncs.h"
|
||||
#include "string-extra.h"
|
||||
|
||||
#ifndef __PCTOOL__
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
|
||||
/* returns on which volume this is, and copies the reduced name
|
||||
(sortof a preprocessor for volume-decorated pathnames) */
|
||||
int strip_volume(const char* name, char* namecopy)
|
||||
|
|
Loading…
Reference in a new issue