Ticket UUID: | cf50ea4d6914fb6d856988da72293098942da98e | ||
Title: | popen2 for windows have a typo | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-08-27 17:19:23 | ||
Version Found In: | current trunk | ||
Description & Comments: | |||
File popen.c:line 120
fd = _open_osfhandle(hStdoutWr, 0);should be fd = _open_osfhandle(hStdinWr, 0);I have tested it, it worked well. |