Changeset 18617
- Timestamp:
- Jul 18, 2008, 12:09:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r17924 r18617 23 23 * 4.1.2 or newer is required. 24 24 * 25 * $Id: psDB.c,v 1.16 7 2008-06-05 02:21:32 jhoblittExp $25 * $Id: psDB.c,v 1.168 2008-07-18 22:09:19 price Exp $ 26 26 */ 27 27 … … 1442 1442 // psTime so we don't modify user data when we try to do the 1443 1443 // conversion 1444 if (item->data. str) {1444 if (item->data.V) { 1445 1445 psTime *time = (psTime *)item->data.V; 1446 1446 struct tm *tmTime = psTimeToTM(time);
Note:
See TracChangeset
for help on using the changeset viewer.
