Changeset 10102 for trunk/psModules/src/detrend/pmDetrendDB.c
- Timestamp:
- Nov 20, 2006, 7:50:17 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDetrendDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r9584 r10102 131 131 } 132 132 133 status = psIOBufferReadEmpty (buffer, 100, pipe-> stdout);133 status = psIOBufferReadEmpty (buffer, 100, pipe->fd_stdout); 134 134 if (!status) { 135 135 psError (PS_ERR_IO, false, "detselect is not responding"); … … 226 226 goto failure; 227 227 } 228 status = psIOBufferReadEmpty (buffer, 100, pipe-> stdout);228 status = psIOBufferReadEmpty (buffer, 100, pipe->fd_stdout); 229 229 if (!status) { 230 230 psError (PS_ERR_IO, false, "detselect is not responding");
Note:
See TracChangeset
for help on using the changeset viewer.
