IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18651


Ignore:
Timestamp:
Jul 21, 2008, 3:53:53 PM (18 years ago)
Author:
Paul Price
Message:

Don't produce warnings on the MASK.ALREADY values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigMask.c

    r18605 r18651  
    159159    psMetadataItem *item;               // Item from iteration
    160160    while ((item = psMetadataGetAndIncrement(iter))) {
     161        if (strcmp(item->name + strlen(item->name) - strlen(".ALREADY"), ".ALREADY") == 0) {
     162            continue;
     163        }
    161164
    162165        if (item->type != PS_DATA_U8) {
Note: See TracChangeset for help on using the changeset viewer.