amend e09c620; now with semicolon :)
This commit is contained in:
@@ -365,7 +365,7 @@ SystemExec::make_wargs(char **a) {
|
||||
wa.append(" \"");
|
||||
wa.append(*tmp);
|
||||
if (strlen(*tmp) > 0 && (*tmp)[strlen(*tmp) - 1] == '\\') {
|
||||
wa.append("\\")
|
||||
wa.append("\\");
|
||||
}
|
||||
wa.append("\"");
|
||||
tmp++;
|
||||
|
||||
Reference in New Issue
Block a user