IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2006, 7:50:17 AM (19 years ago)
Author:
rhl
Message:

std{in,out,err} are reserved macros in stdio.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.c

    r9584 r10102  
    131131    }
    132132
    133     status = psIOBufferReadEmpty (buffer, 100, pipe->stdout);
     133    status = psIOBufferReadEmpty (buffer, 100, pipe->fd_stdout);
    134134    if (!status) {
    135135        psError (PS_ERR_IO, false, "detselect is not responding");
     
    226226        goto failure;
    227227    }
    228     status = psIOBufferReadEmpty (buffer, 100, pipe->stdout);
     228    status = psIOBufferReadEmpty (buffer, 100, pipe->fd_stdout);
    229229    if (!status) {
    230230        psError (PS_ERR_IO, false, "detselect is not responding");
Note: See TracChangeset for help on using the changeset viewer.