mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-04 00:12:33 +02:00
subprocess: Fix quote issue on Windows
Github-Pull: #29868 Rebased-From: 7d0fcb2fa68a24ef0db133e0d7929e897478dca4
This commit is contained in:
parent
1a2cefdb80
commit
e2d768731e
@ -173,7 +173,7 @@ namespace util
|
||||
//
|
||||
|
||||
if (force == false && argument.empty() == false &&
|
||||
argument.find_first_of(L" \t\n\v\"") == argument.npos) {
|
||||
argument.find_first_of(L" \t\n\v") == argument.npos) {
|
||||
command_line.append(argument);
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user