Changes in tools/xtui.py [9d58539:99d8c82] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xtui.py

    r9d58539 r99d8c82  
    3939        pid = os.fork()
    4040        if (not pid):
    41                 os.close(2)
    42                 os.dup(outdesc)
     41                os.dup2(outdesc, 2)
    4342                os.close(indesc)
    4443               
Note: See TracChangeset for help on using the changeset viewer.