Changeset 12170
- Timestamp:
- Mar 1, 2007, 4:30:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r12128 r12170 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.13 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-03-0 1 03:57:08$14 * @version $Revision: 1.137 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-03-02 02:30:21 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 941 941 fieldCount = mysql_field_count(dbh->mysql); 942 942 943 // we're going to exit no matter what after this point 944 mysql_free_result(result); 945 943 946 // if field count is zero the query should have returned no data. If 944 947 // it's non-zero then something bad has happened. … … 948 951 return NULL; 949 952 } 953 954 return psArrayAlloc(0); 950 955 } 951 956
Note:
See TracChangeset
for help on using the changeset viewer.
