Changeset 3195
- Timestamp:
- Feb 11, 2005, 11:52:33 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/psdb/psDB.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/psdb/psDB.c
r3194 r3195 8 8 * @author Joshua Hoblitt 9 9 * 10 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-02-11 21: 46:13 $10 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-02-11 21:52:33 $ 12 12 * 13 13 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 873 873 psMetadataItem *item; 874 874 875 if (!where) { 876 return NULL; 877 } 878 875 879 // init query with a psMemBlock 876 880 query = psStringCopy("WHERE "); … … 1046 1050 1047 1051 // select everything if where is NULL 1048 if ( !where) {1052 if (where) { 1049 1053 psStringAppend(&query, " "); 1050 1054
Note:
See TracChangeset
for help on using the changeset viewer.
