Changeset 17907 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Jun 4, 2008, 2:48: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
r17905 r17907 23 23 * 4.1.2 or newer is required. 24 24 * 25 * $Id: psDB.c,v 1.16 2 2008-06-05 00:40:42jhoblitt Exp $25 * $Id: psDB.c,v 1.163 2008-06-05 00:48:19 jhoblitt Exp $ 26 26 */ 27 27 … … 1198 1198 return NULL; 1199 1199 } 1200 } else if (psStrcasestr(data, "0000-00-00 00:00:00") == 0) {1200 } else if (psStrcasestr(data, "0000-00-00 00:00:00")) { 1201 1201 // look for 0000-00-00 00:00:00, which can't be parsed by 1202 1202 // psTimeStrptime as the month/day are bogus
Note:
See TracChangeset
for help on using the changeset viewer.
