IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19041


Ignore:
Timestamp:
Aug 12, 2008, 4:12:55 PM (18 years ago)
Author:
Paul Price
Message:

Need 'system' configuration to be defined for pmConfigCameraFormatFromHeader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpDefineSkycell.c

    r18914 r19041  
    6464    // XXX EAM : this operation should be defined as a pmConfig function (pmConfigCopy?)
    6565    skyConfig = pmConfigAlloc(0, NULL);
    66     skyConfig->user = psMemIncrRefCounter (config->user);
     66    skyConfig->user = psMemIncrRefCounter(config->user);
     67    skyConfig->system = psMemIncrRefCounter(config->system);
    6768
    6869    psFree (skyConfig->files);
    69     skyConfig->files = psMemIncrRefCounter (config->files);
     70    skyConfig->files = psMemIncrRefCounter(config->files);
    7071    psFree (skyConfig->arguments);
    71     skyConfig->arguments = psMemIncrRefCounter (config->arguments);
     72    skyConfig->arguments = psMemIncrRefCounter(config->arguments);
    7273
    7374    format = pmConfigCameraFormatFromHeader (NULL, NULL, skyConfig, phu, false);
Note: See TracChangeset for help on using the changeset viewer.