diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/command/StorageCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/StorageCommands.cxx b/src/command/StorageCommands.cxx index 624ff92c6..5bb37ae6f 100644 --- a/src/command/StorageCommands.cxx +++ b/src/command/StorageCommands.cxx @@ -148,7 +148,7 @@ print_storage_uri(Client &client, const Storage &storage) if (uri.empty()) return; - if (PathTraitsFS::IsAbsolute(uri.c_str())) { + if (PathTraitsUTF8::IsAbsolute(uri.c_str())) { /* storage points to local directory */ if (!client.IsLocal()) |