IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2007, 1:34:54 PM (18 years ago)
Author:
Paul Price
Message:

Fixing incorrect enum: was trying to write image instead of mask.

File:
1 edited

Legend:

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

    r15297 r15633  
    396396    PS_ASSERT_PTR_NON_NULL(cell, false);
    397397    PS_ASSERT_PTR_NON_NULL(fits, false);
    398     return cellWrite(cell, fits, db, blank, FPA_WRITE_TYPE_IMAGE);
     398    return cellWrite(cell, fits, db, blank, FPA_WRITE_TYPE_MASK);
    399399}
    400400
Note: See TracChangeset for help on using the changeset viewer.