IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19574


Ignore:
Timestamp:
Sep 16, 2008, 9:03:08 AM (18 years ago)
Author:
Paul Price
Message:

Fix SEGV in printing metadatas in chiptool -definebyquery -pretend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r19420 r19574  
    177177    if (pretend) {
    178178        // negative simple so the default is true
    179         if (!rawExpPrintObjects(stdout, output, !simple)) {
     179        if (!ippdbPrintMetadatas(stdout, output, "rawExp", !simple)) {
    180180            psError(PS_ERR_UNKNOWN, false, "failed to print array");
    181181            psFree(output);
Note: See TracChangeset for help on using the changeset viewer.