Commit f1605463 authored by Max Kellermann's avatar Max Kellermann

storage/local: use PathTraitsFS typedefs

parent b0983e87
......@@ -172,7 +172,7 @@ LocalStorage::OpenDirectory(const char *uri_utf8, Error &error)
gcc_pure
static bool
SkipNameFS(const char *name_fs)
SkipNameFS(PathTraitsFS::const_pointer name_fs)
{
return name_fs[0] == '.' &&
(name_fs[1] == 0 ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment