From a40246d3123d4bd0d1be638cd7f7b91274d8f23d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Oct 2013 15:14:54 +0200 Subject: TagFile: use Path instead of const char * --- src/command/FileCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command') diff --git a/src/command/FileCommands.cxx b/src/command/FileCommands.cxx index f3cbaa2ef..8c5bbc50f 100644 --- a/src/command/FileCommands.cxx +++ b/src/command/FileCommands.cxx @@ -112,7 +112,7 @@ handle_read_comments(Client &client, gcc_unused int argc, char *argv[]) return CommandResult::ERROR; } - if (!tag_file_scan(path_fs.c_str(), &print_comment_handler, &client)) { + if (!tag_file_scan(path_fs, &print_comment_handler, &client)) { command_error(client, ACK_ERROR_NO_EXIST, "Failed to load file"); return CommandResult::ERROR; -- cgit v1.2.3