Changeset 10964 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Jan 8, 2007, 11:52:32 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r10951 r10964 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.12 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-01-0 6 04:38:29$14 * @version $Revision: 1.125 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-01-08 21:52:32 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 1937 1937 psStringAppend(&query, "%s %s %d", itemName, opStr, (int)(item->data.S32)); 1938 1938 break; 1939 case PS_DATA_U32: 1940 psStringAppend(&query, "%s %s %u", itemName, opStr, (unsigned int)(item->data.U32)); 1941 break; 1939 1942 case PS_DATA_F32: 1940 1943 // need to handle floating-point round-off issues (use a padding of 10*FLT_EPSILON)
Note:
See TracChangeset
for help on using the changeset viewer.
