Typo fix: ==
should be =
.
Discovered accidentally while building on Windows, via a compiler warning. PiperOrigin-RevId: 309314584 Change-Id: I14715313a59a00ccf577c370a8971a67db52078f
This commit is contained in:
parent
41f64f0788
commit
832787633e
@ -378,7 +378,7 @@ int SubProcess::Communicate(const string* stdin_input, string* stdout_output,
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
CloseHandle(parent_pipe_[CHAN_STDIN]);
|
CloseHandle(parent_pipe_[CHAN_STDIN]);
|
||||||
parent_pipe_[CHAN_STDIN] == NULL;
|
parent_pipe_[CHAN_STDIN] = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (parent_pipe_[CHAN_STDOUT] != nullptr) {
|
if (parent_pipe_[CHAN_STDOUT] != nullptr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user