Changeset 10241 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Nov 28, 2006, 12:41:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r10132 r10241 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.11 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-11-2 2 04:34:40$14 * @version $Revision: 1.118 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-11-28 22:41:47 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 1184 1184 psTime *time = (psTime *)item->data.V; 1185 1185 struct tm *tmTime = psTimeToTM(time); 1186 if (!tmTime) { 1187 psError(PS_ERR_UNKNOWN, false, _("failed to convert psTime to struct tm")); 1188 psFree(cursor); 1189 1190 return false; 1191 } 1186 1192 1187 1193 // XXX it wouldn't hurt to make this conversion it's own
Note:
See TracChangeset
for help on using the changeset viewer.
