Changeset 16645
- Timestamp:
- Feb 24, 2008, 11:57:39 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadataItemCompare.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadataItemCompare.c
r16635 r16645 87 87 return true; 88 88 } 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)) { 90 94 return true; 91 95 }
Note:
See TracChangeset
for help on using the changeset viewer.
