storage/nfs: use PathTraitsFS::const_pointer_type
This commit is contained in:
parent
774d26b982
commit
cd48d981b5
@ -296,7 +296,7 @@ NfsStorage::GetInfo(const char *uri_utf8, gcc_unused bool follow)
|
|||||||
|
|
||||||
gcc_pure
|
gcc_pure
|
||||||
static bool
|
static bool
|
||||||
SkipNameFS(const char *name) noexcept
|
SkipNameFS(PathTraitsFS::const_pointer_type name) noexcept
|
||||||
{
|
{
|
||||||
return name[0] == '.' &&
|
return name[0] == '.' &&
|
||||||
(name[1] == 0 ||
|
(name[1] == 0 ||
|
||||||
|
Loading…
Reference in New Issue
Block a user