diff options
Diffstat (limited to '')
-rw-r--r-- | src/input/Open.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Open.cxx b/src/input/Open.cxx index d3c9b7530..5f3196709 100644 --- a/src/input/Open.cxx +++ b/src/input/Open.cxx @@ -34,7 +34,7 @@ InputStream::Open(const char *url, Mutex &mutex, Cond &cond, Error &error) { - if (PathTraitsFS::IsAbsolute(url)) + if (PathTraitsUTF8::IsAbsolute(url)) /* TODO: the parameter is UTF-8, not filesystem charset */ return OpenLocalInputStream(Path::FromFS(url), mutex, cond, error); |