From 6ff394bcc95fbd3796e44b72c7aa4bfe9e3f759b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Mar 2015 21:22:18 +0100 Subject: StorageCommands: use PathTraitsUTF8 for protocol argument --- src/command/StorageCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command') 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()) -- cgit v1.2.3