IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2006, 10:56:24 AM (20 years ago)
Author:
Paul Price
Message:

Initializing value to avoid compiler warning.

File:
1 edited

Legend:

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

    r7715 r7737  
    277277    PS_ASSERT_PTR_NON_NULL(readout, false);
    278278
    279     bool success;
     279    bool success = true;                // Was everything successful?
    280280
    281281    success |= pmReadoutGenerateMask(readout);
Note: See TracChangeset for help on using the changeset viewer.