IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 12:02:19 PM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicGetRefstars.c

    r7637 r8674  
    7575                    psFree (ref);
    7676                }
    77                 psTrace (__func__, 4, "Added %d refstars\n", refstars->n);
     77                psTrace (__func__, 4, "Added %ld refstars\n", refstars->n);
    7878                psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.REFSTARS", PS_DATA_ARRAY, "astrometry matches", refstars);
    7979
Note: See TracChangeset for help on using the changeset viewer.