IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 3:01:58 PM (20 years ago)
Author:
magnier
Message:

adding waitpid and program exit status tests, lots of error checks

File:
1 edited

Legend:

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

    r8848 r9432  
    88#include <unistd.h>
    99#include <pslib.h>
    10 #include "pmFPA.h"
    11 #include "pmDetrendDB.h"
     10#include "psIOBuffer.h"
    1211
    1312static void psIOBufferFree (psIOBuffer *buffer)
     
    7372    if (Nread >= 0) {
    7473        buffer->n += Nread;
     74        buffer->data[buffer->n] = 0;
    7575        return (Nread);
    7676    }
Note: See TracChangeset for help on using the changeset viewer.