IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16645


Ignore:
Timestamp:
Feb 24, 2008, 11:57:39 AM (18 years ago)
Author:
eugene
Message:

allow test of HISTORY values in comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadataItemCompare.c

    r16635 r16645  
    8787                  return true;
    8888                }
    89                 if (!strcasecmp(compare->data.V, template->data.V)) {
     89                if (!strcasecmp(entry->data.V, template->data.V)) {
     90                  return true;
     91                }
     92                // XXX this is a hack : also compare with the comment field (for HISTORY, COMMENT)
     93                if (!strcasecmp(entry->comment, template->data.V)) {
    9094                  return true;
    9195                }
Note: See TracChangeset for help on using the changeset viewer.