Ticket Change Details
Not logged in
Overview

Artifact ID: b9e6e796420005ade00c3e89e68e8480ceb03129
Ticket: cf50ea4d6914fb6d856988da72293098942da98e
popen2 for windows have a typo
User & Date: anonymous 2010-08-27 10:03:15
Changes

  1. 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.
    
  2. foundin changed to: "current trunk"
  3. private_contact changed to: "5ddc9ef2cc5a1544558a56a3cba910a0ba4d422a"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: "popen2 for windows have a typo"
  7. type changed to: "Code_Defect"