IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 3:05:59 PM (21 years ago)
Author:
Paul Price
Message:

Retrieval of concepts seems to be working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/psAdditionals.c

    r4309 r4386  
    4747        }
    4848    } else if (item->type != PS_META_STR) {
    49         // The value at the key isn't metadata
     49        // The value at the key isn't of the desired type
    5050        if (status) {
    5151            *status = false;
     
    7676        }
    7777    } else if (item->type != PS_META_CHIP) {
    78         // The value at the key isn't metadata
     78        // The value at the key isn't of the desired type
    7979        if (status) {
    8080            *status = false;
     
    105105        }
    106106    } else if (item->type != PS_META_CELL) {
    107         // The value at the key isn't metadata
     107        // The value at the key isn't of the desired type
    108108        if (status) {
    109109            *status = false;
Note: See TracChangeset for help on using the changeset viewer.