mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
and another typo in d442190b
This commit is contained in:
parent
09167d3e59
commit
820bd0fe51
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ SystemExec::SystemExec (std::string command, const std::map<char, std::string> s
|
||||||
for (int i = 1; argp[i]; ++i) {
|
for (int i = 1; argp[i]; ++i) {
|
||||||
std::string tmp (argp[i]);
|
std::string tmp (argp[i]);
|
||||||
while (tmp.find("\"") != std::string::npos)
|
while (tmp.find("\"") != std::string::npos)
|
||||||
tmp.replace(s.find("\""), 1, "\\\"");
|
tmp.replace(tmp.find("\""), 1, "\\\"");
|
||||||
wa += " \"";
|
wa += " \"";
|
||||||
wa += tmp;
|
wa += tmp;
|
||||||
wa += '"';
|
wa += '"';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue