mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Multiboot Database duplicate files -- Fix Yellow
Change-Id: Iccfbf6988dba49d58ec9c56dd8b453e6f3a62bf4
This commit is contained in:
parent
fdc3668a6a
commit
fa54e218ff
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ int root_mount_path(const char *path, unsigned int flags)
|
|||
char volname[VOL_MAX_LEN+2];
|
||||
make_volume_root(volume, volname);
|
||||
#else
|
||||
const char volname = PATH_ROOTSTR;
|
||||
const char *volname = PATH_ROOTSTR;
|
||||
if (!path_is_absolute(path))
|
||||
{
|
||||
logf("Path not absolute %s", path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue