IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 9:38:10 AM (19 years ago)
Author:
rhl
Message:

pthread_t isn't a long it; cast for printf

File:
1 edited

Legend:

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

    r12551 r12886  
    1010*  @author Joshua Hoblitt, University of Hawaii
    1111*
    12 *  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-03-22 22:48:00 $
     12*  @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-04-18 19:38:10 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    996996                   memBlock->startblock, memBlock->endblock,
    997997                   *(psU32 *)((char *) (memBlock + 1) + memBlock->userMemorySize),
    998                    memBlock->func, memBlock->file, memBlock->lineno, memBlock->tid);
    999 }
     998                   memBlock->func, memBlock->file, memBlock->lineno, (unsigned long)memBlock->tid);
     999}
Note: See TracChangeset for help on using the changeset viewer.