- Timestamp:
 - Aug 19, 2020, 11:41:54 PM (5 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kmk/kmkbuiltin/redirect.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kmk/kmkbuiltin/redirect.c
r3332 r3412 1034 1034 /* Duplicate the write end of any stdin pipe handles into the child. */ 1035 1035 for (i = 0; i < cOrders; i++) 1036 if (paOrders[ cOrders].fdOtherPipeEnd >= 0)1036 if (paOrders[i].fdOtherPipeEnd >= 0) 1037 1037 { 1038 1038 HANDLE hIgnored = INVALID_HANDLE_VALUE;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  