fs/Traits: convert first Relative() parameter to std::string_view
This commit is contained in:
@@ -87,7 +87,7 @@ SmbclientStorage::MapUTF8(const char *uri_utf8) const noexcept
|
||||
const char *
|
||||
SmbclientStorage::MapToRelativeUTF8(const char *uri_utf8) const noexcept
|
||||
{
|
||||
return PathTraitsUTF8::Relative(base.c_str(), uri_utf8);
|
||||
return PathTraitsUTF8::Relative(base, uri_utf8);
|
||||
}
|
||||
|
||||
static StorageFileInfo
|
||||
|
Reference in New Issue
Block a user