IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2009, 3:15:49 PM (17 years ago)
Author:
Paul Price
Message:

Catch !source.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmReadoutFake.c

    r21103 r21104  
    9999    for (int i = 0; i < numSources; i++) {
    100100        pmSource *source = sources->data[i]; // Source of interest
     101        if (!source) {
     102            continue;
     103        }
    101104        if (source->mode & SOURCE_MASK) {
    102105            continue;
Note: See TracChangeset for help on using the changeset viewer.