IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 1:35:09 PM (17 years ago)
Author:
eugene
Message:

avoid non-static format without supplied following argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSim.c

    r18011 r21390  
    33int failure (pmConfig *config, psExit status, char *message) {
    44    ppSimRandomGaussianFree ();
    5     psErrorStackPrint(stderr, message);
     5    psErrorStackPrint(stderr, "%s", message);
    66    psFree(config);
    77    pmModelClassCleanup();
Note: See TracChangeset for help on using the changeset viewer.