Changeset 5841 for trunk/psLib/src/db
- Timestamp:
- Dec 23, 2005, 2:33:22 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
r5216 r5841 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.4 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-1 0-01 02:22:09$14 * @version $Revision: 1.45 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-12-24 00:33:15 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 1648 1648 static psPtr psDBGetPTypeNaN(psElemType pType) 1649 1649 { 1650 psPtr myNaN ;1650 psPtr myNaN = NULL; 1651 1651 1652 1652 switch (pType) { … … 1703 1703 psPtr data) 1704 1704 { 1705 bool isNaN ;1705 bool isNaN = NULL; 1706 1706 1707 1707 switch (pType) {
Note:
See TracChangeset
for help on using the changeset viewer.
