IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23343


Ignore:
Timestamp:
Mar 17, 2009, 11:02:33 AM (17 years ago)
Author:
Paul Price
Message:

Ensure the format gets set once it is known. I think this is something that's missing since I reorganised the pmFPAfileDefineFromArgs.

File:
1 edited

Legend:

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

    r23328 r23343  
    582582        }
    583583
     584        // Ensure the format is set
     585        if (!file->format) {
     586            file->format = format;
     587        }
     588        if (!file->formatName) {
     589            file->formatName = formatName;
     590        }
     591
    584592        // Set the view to the corresponding entry for this phu
    585593        pmFPAview *view = NULL;         // View to PHU
Note: See TracChangeset for help on using the changeset viewer.