IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2011, 12:50:35 AM (15 years ago)
Author:
eugene
Message:

allow single direction to be chosen automatically; other minor points

File:
1 edited

Legend:

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

    r30026 r31671  
    201201    newName = psStringCopy(rule);
    202202
     203    bool status = false;
    203204    if (strstr(newName, "{FPA.OBS}")) {
    204         char *name = psMetadataLookupStr(NULL, fpa->concepts, "FPA.OBS");
     205        char *name = psMetadataLookupStr(&status, fpa->concepts, "FPA.OBS");
    205206        if (name) {
    206207            psStringSubstitute(&newName, name, "{FPA.OBS}");
    207         }
     208        } 
    208209    }
    209210    if (strstr(newName, "{FPA.NAME}")) {
Note: See TracChangeset for help on using the changeset viewer.