IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2008, 4:55:09 PM (18 years ago)
Author:
Paul Price
Message:

Sometimes we don't yet have a string to match the filter name to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r19889 r19979  
    120120        return NULL;
    121121    }
     122    if (!concept->data.str || strlen(concept->data.str) == 0) {
     123        return psMetadataItemAllocStr(pattern->name, pattern->comment, "");
     124    }
    122125
    123126    bool mdok;                          // Status of MD lookup
     
    170173                concept->name, concept->type);
    171174        return NULL;
     175    }
     176    if (!concept->data.str || strlen(concept->data.str) == 0) {
     177        return psMetadataItemAllocStr(pattern->name, pattern->comment, "");
    172178    }
    173179
Note: See TracChangeset for help on using the changeset viewer.