Multiboot Database duplicate files -- Fix Yellow

Change-Id: Iccfbf6988dba49d58ec9c56dd8b453e6f3a62bf4
This commit is contained in:
William Wilgus 2024-03-23 10:34:29 -04:00
parent fdc3668a6a
commit fa54e218ff

View file

@ -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);