From cd48d981b53d5639bad17a58ee8bbd914714d99b Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@musicpd.org> Date: Sat, 24 Feb 2018 22:13:58 +0100 Subject: [PATCH] storage/nfs: use PathTraitsFS::const_pointer_type --- src/storage/plugins/NfsStorage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/plugins/NfsStorage.cxx b/src/storage/plugins/NfsStorage.cxx index e7e5eb828..6ef6266aa 100644 --- a/src/storage/plugins/NfsStorage.cxx +++ b/src/storage/plugins/NfsStorage.cxx @@ -296,7 +296,7 @@ NfsStorage::GetInfo(const char *uri_utf8, gcc_unused bool follow) gcc_pure static bool -SkipNameFS(const char *name) noexcept +SkipNameFS(PathTraitsFS::const_pointer_type name) noexcept { return name[0] == '.' && (name[1] == 0 ||