IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 9:35:59 AM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psMemory.c

    r2204 r2210  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-10-27 00:57:31 $
     10*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-10-27 19:35:59 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    463463                }
    464464
    465                 fprintf(fd, "   %20s:%-4d %ld\n", iter->file, iter->lineno, iter->id);
     465                fprintf(fd, "   %20s:%-4d %ld\n", iter->file, (int)iter->lineno, (long)iter->id);
    466466            }
    467467        }
Note: See TracChangeset for help on using the changeset viewer.