IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPeaks.c

    r8422 r8669  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-08-18 14:13:29 $
     8 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-08-29 21:39:44 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    543543    output->n = 0;
    544544
    545     psTrace (".pmObjects.pmCullPeaks", 3, "list size is %d\n", peaks->n);
     545    psTrace (".pmObjects.pmCullPeaks", 3, "list size is %ld\n", peaks->n);
    546546
    547547    for (int i = 0; i < peaks->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.