IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 11:56:41 AM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceFits.c

    r8470 r8672  
    7979        // if this one failed, skip it
    8080        if (!psphotEvalPSF (blend, model)) {
    81             psTrace ("psphot.blend", 5, "failed on blend %d of %d\n", i, modelSet->n);
     81            psTrace ("psphot.blend", 5, "failed on blend %d of %ld\n", i, modelSet->n);
    8282            continue;
    8383        }
     
    9696    // evaluate the primary object
    9797    if (!psphotEvalPSF (source, PSF)) {
    98         psTrace ("psphot.blend", 5, "failed on blend 0 of %d\n", modelSet->n);
     98        psTrace ("psphot.blend", 5, "failed on blend 0 of %ld\n", modelSet->n);
    9999        psFree (PSF);
    100100        return false;
Note: See TracChangeset for help on using the changeset viewer.