Changeset 19979
- Timestamp:
- Oct 7, 2008, 4:55:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r19889 r19979 120 120 return NULL; 121 121 } 122 if (!concept->data.str || strlen(concept->data.str) == 0) { 123 return psMetadataItemAllocStr(pattern->name, pattern->comment, ""); 124 } 122 125 123 126 bool mdok; // Status of MD lookup … … 170 173 concept->name, concept->type); 171 174 return NULL; 175 } 176 if (!concept->data.str || strlen(concept->data.str) == 0) { 177 return psMetadataItemAllocStr(pattern->name, pattern->comment, ""); 172 178 } 173 179
Note:
See TracChangeset
for help on using the changeset viewer.
