Overview
Artifact ID: | b9e6e796420005ade00c3e89e68e8480ceb03129 |
---|---|
Ticket: | cf50ea4d6914fb6d856988da72293098942da98e
popen2 for windows have a typo |
User & Date: | anonymous 2010-08-27 10:03:15 |
Changes
- comment changed to:
File popen.c:line 120 <pre> fd = _open_osfhandle(hStdoutWr, 0); </pre> should be <pre> fd = _open_osfhandle(hStdinWr, 0); </pre> I have tested it, it worked well.
- foundin changed to: "current trunk"
- private_contact changed to: "5ddc9ef2cc5a1544558a56a3cba910a0ba4d422a"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "popen2 for windows have a typo"
- type changed to: "Code_Defect"