fixes
This commit is contained in:
parent
2096669a7f
commit
2ff16230d1
@ -317,7 +317,7 @@ auto handlers::read_process(provider_type prov, std::string_view name,
|
||||
}
|
||||
|
||||
auto cmd_line =
|
||||
fmt::format(R"("{}" {} {})", repertory_binary_, str_type, command);
|
||||
fmt::format(R"({} {} {})", repertory_binary_, str_type, command);
|
||||
|
||||
auto *pipe = popen(cmd_line.c_str(), "r");
|
||||
if (pipe == nullptr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user