mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Merge b718f2280c into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -172,7 +172,7 @@ impl PsuedoCon {
|
||||
si.StartupInfo.hStdOutput = INVALID_HANDLE_VALUE;
|
||||
si.StartupInfo.hStdError = INVALID_HANDLE_VALUE;
|
||||
|
||||
let mut attrs = ProcThreadAttributeList::with_capacity(1)?;
|
||||
let mut attrs = ProcThreadAttributeList::with_capacity(/*num_attributes*/ 1)?;
|
||||
attrs.set_pty(self.con)?;
|
||||
si.lpAttributeList = attrs.as_mut_ptr();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user