IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2006, 11:33:30 PM (20 years ago)
Author:
jhoblitt
Message:

implement a "simple" output format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/printobjects.tt

    r8206 r8207  
    2222    }
    2323
    24     psString str = psMetadataConfigFormat(output);
    25     if (!str) {
    26         psError(PS_ERR_UNKNOWN, false, "failed to format data into a string");
     24    if (![% pkg_namespace %]PrintMetadataRaw(stream, output, mdcf)) {
     25        psError(PS_ERR_UNKNOWN, false, "failed to print metadata");
    2726        psFree(output);
    2827    }
    2928    psFree(output);
    30     fprintf(stream, "%s\n", str);
    31     psFree(str);
    3229
    3330    return true;
Note: See TracChangeset for help on using the changeset viewer.