IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18914 for trunk/psphot/src


Ignore:
Timestamp:
Aug 5, 2008, 9:19:40 AM (18 years ago)
Author:
Paul Price
Message:

config->complete has been removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotOutput.c

    r18003 r18914  
    2222bool psphotDumpConfig (pmConfig *config) {
    2323
    24   psMetadataConfigWrite (config->complete, "complete.md");
     24  psMetadataConfigWrite (config->user, "user.md");
    2525  psMetadataConfigWrite (config->camera, "camera.md");
    2626  psMetadataConfigWrite (config->recipes, "recipes.md");
Note: See TracChangeset for help on using the changeset viewer.