We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df6e55 commit b13523dCopy full SHA for b13523d
src/windows/default_launcher.cpp
@@ -37,7 +37,7 @@ namespace windows
37
auto nx = std::next(itr);
38
if (nx != ws.end() && (*nx == L' ' || *nx == L'\t'))
39
needed_escapes ++;
40
- else if (nx == ws.end() && needs_quotes)
+ else if (nx == ws.end())
41
42
}
43
@@ -80,7 +80,7 @@ namespace windows
80
auto nx = std::next(it);
81
82
*(itr++) = L'\\';
83
84
{
85
86
0 commit comments