IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9544 for trunk/psLib/src/db


Ignore:
Timestamp:
Oct 13, 2006, 12:26:14 PM (20 years ago)
Author:
Paul Price
Message:

Changing name of variable to match SDRS.

Location:
trunk/psLib/src/db
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r9538 r9544  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.101 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-10-13 21:13:47 $
     14 *  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-10-13 22:26:14 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    21272127/*****************************************************************************/
    21282128
    2129 psString psDBIntToString(psU64 n)
     2129psString psDBIntToString(psU64 value)
    21302130{
    21312131    // length of string (log10 + 1) + \0
  • trunk/psLib/src/db/psDB.h

    r9538 r9544  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-10-13 21:13:47 $
     12 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-10-13 22:26:14 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    406406 */
    407407psString psDBIntToString(
    408     psU64                          // integer value to convert
     408    psU64 value                         // integer value to convert
    409409);
    410410
Note: See TracChangeset for help on using the changeset viewer.