IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2007, 4:18:06 PM (19 years ago)
Author:
Paul Price
Message:

Fixing logical error in string comparison.

File:
1 edited

Legend:

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

    r11146 r11148  
    113113            continue;
    114114        }
    115         if (strcmp(item->data.str, concept->data.str)) {
     115        if (strcmp(item->data.str, concept->data.str) == 0) {
    116116            name = item->name;
    117117            break;
Note: See TracChangeset for help on using the changeset viewer.