IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20122


Ignore:
Timestamp:
Oct 13, 2008, 3:24:45 PM (18 years ago)
Author:
eugene
Message:

do not return flags for null values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsFromMetadataParse.c

    r19806 r20122  
    3939                    // check that they match
    4040                } else {
     41                    if ((item->type == PS_DATA_STRING) && (item->data.str == NULL)) {
     42                        continue;
     43                    }
    4144                    entry->value = psMemIncrRefCounter (item);
    4245                }
Note: See TracChangeset for help on using the changeset viewer.