Changeset 9419 for trunk/glueforge/templates/psdb/printmetadata.tt
- Timestamp:
- Oct 9, 2006, 11:55:54 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/printmetadata.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/printmetadata.tt
r8206 r9419 5 5 psMetadata *clean = psMetadataCopy(NULL, md); 6 6 7 // don't bother to check the return status as the key we are trying to8 // remove may or may not be there9 // XXX someday psErr should be checked -- the only acceptable error is key10 // not found11 psMetadataRemoveKey(clean, [% pkg_name FILTER upper %]_DEFAULT_INDEX_NAME);12 13 7 if (![% pkg_namespace %]PrintMetadataRaw(stream, clean, mdcf)) { 14 8 psError(PS_ERR_UNKNOWN, false, "failed to print metadata");
Note:
See TracChangeset
for help on using the changeset viewer.
