IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2005, 9:18:44 PM (21 years ago)
Author:
eugene
Message:

added PHOTCODE default (NONE)

File:
1 edited

Legend:

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

    r5085 r5123  
    6969  if (photcode != NULL) {
    7070    psMetadataAdd (config, PS_LIST_HEAD, "PHOTCODE", mode, "", photcode);
    71   }
     71  } else {
     72    psMetadataAdd (config, PS_LIST_HEAD, "PHOTCODE", mode, "", "NONE");
     73  }   
    7274  return (config);
    7375}
Note: See TracChangeset for help on using the changeset viewer.