storage/local: use PathTraitsFS typedefs
This commit is contained in:
parent
b0983e8708
commit
f16054639b
@ -172,7 +172,7 @@ LocalStorage::OpenDirectory(const char *uri_utf8, Error &error)
|
|||||||
|
|
||||||
gcc_pure
|
gcc_pure
|
||||||
static bool
|
static bool
|
||||||
SkipNameFS(const char *name_fs)
|
SkipNameFS(PathTraitsFS::const_pointer name_fs)
|
||||||
{
|
{
|
||||||
return name_fs[0] == '.' &&
|
return name_fs[0] == '.' &&
|
||||||
(name_fs[1] == 0 ||
|
(name_fs[1] == 0 ||
|
||||||
|
Loading…
Reference in New Issue
Block a user