IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13793


Ignore:
Timestamp:
Jun 13, 2007, 11:50:03 AM (19 years ago)
Author:
Paul Price
Message:

Adding result for when there's an I/O problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsLoop.c

    r13688 r13793  
    368368            psFree(view);
    369369            psFree(newResults);
     370            *result = PS_EXIT_DATA_ERROR;
    370371            return NULL;
    371372        }
     
    378379            psFree(view);
    379380            psFree(newResults);
     381            *result = PS_EXIT_DATA_ERROR;
    380382            return NULL;
    381383        }
Note: See TracChangeset for help on using the changeset viewer.