IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 1:42:41 PM (19 years ago)
Author:
magnier
Message:

added formatName to pmFPAfile (needed in some cases)
dropped const from pmConfig argument to pmFPAfileBindFromArgs
changed instances of psErrorStackPrint to psError (should only be used if we abort)
changed API names for pmPSFmodel I/O functions to put pmPSFmodel at front

File:
1 edited

Legend:

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

    r14202 r14647  
    3232    psFree (file->camera);
    3333    psFree (file->format);
     34    psFree (file->formatName);
    3435    psFree (file->name);
    3536
     
    7374    file->camera = NULL;
    7475    file->format = NULL;
     76    file->formatName = NULL;
    7577    file->name = NULL;
    7678
Note: See TracChangeset for help on using the changeset viewer.