Changeset 9422 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Oct 9, 2006, 12:11:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r9416 r9422 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1. 99$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-10-09 2 1:27:11$14 * @version $Revision: 1.100 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-10-09 22:11:34 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 116 116 static psPtr psDBGetPTypeNaN(psElemType pType); 117 117 static bool psDBIsPTypeNaN(psElemType pType, psPtr data); 118 119 // string utility functions120 static char *psDBIntToString(psU64 n);121 118 122 119 … … 2132 2129 /*****************************************************************************/ 2133 2130 2134 static char *psDBIntToString(psU64 n)2131 psString psDBIntToString(psU64 n) 2135 2132 { 2136 2133 // length of string (log10 + 1) + \0
Note:
See TracChangeset
for help on using the changeset viewer.
