IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Fixing cut/paste error.

File:
1 edited

Legend:

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

    r19979 r19980  
    175175    }
    176176    if (!concept->data.str || strlen(concept->data.str) == 0) {
    177         return psMetadataItemAllocStr(pattern->name, pattern->comment, "");
     177        return psMetadataItemAllocStr(concept->name, concept->comment, "");
    178178    }
    179179
Note: See TracChangeset for help on using the changeset viewer.