From 96019f4a025bfd918673f7c628f92423aef72276 Mon Sep 17 00:00:00 2001 From: Denis Krjuchkov Date: Sun, 5 May 2013 14:58:07 +0600 Subject: UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8 --- src/ExcludeList.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ExcludeList.hxx') diff --git a/src/ExcludeList.hxx b/src/ExcludeList.hxx index f3dc1f057..7111465a3 100644 --- a/src/ExcludeList.hxx +++ b/src/ExcludeList.hxx @@ -73,7 +73,7 @@ public: * Checks whether one of the patterns in the .mpdignore file matches * the specified file name. */ - bool Check(const char *name_fs) const; + bool Check(const Path &name_fs) const; }; -- cgit v1.2.3