IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2006, 10:37:07 AM (20 years ago)
Author:
Paul Price
Message:

Won't compile with NULL format string for psErrorStackPrint.

File:
1 edited

Legend:

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

    r9444 r9462  
    5353    psFree(config);
    5454    pmConfigDone();
    55     psErrorStackPrint (stderr, NULL);
     55    if (psErrorGetStackSize) {
     56        psErrorStackPrint(stderr, "Errors:\n");
     57    }
    5658    psLibFinalize();
    5759
     
    165167        return false;
    166168    }
    167     psString uri = psMetadataLookupStr(&status, config->args, "-uri"); 
     169    psString uri = psMetadataLookupStr(&status, config->args, "-uri");
    168170    if (!status) {
    169171        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -uri");
Note: See TracChangeset for help on using the changeset viewer.