From b0983e8708669fb60ac78ca1248957e1a9d7b84d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Mar 2015 12:39:13 +0100 Subject: fs/Traits: add Find() --- src/fs/Path.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/Path.hxx') diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index 962518896..3ff7ddba2 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -129,7 +129,7 @@ public: */ gcc_pure bool HasNewline() const { - return strchr(value, '\n') != nullptr; + return PathTraitsFS::Find(value, '\n') != nullptr; } /** -- cgit v1.2.3