IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17907 for trunk/psLib/src/db


Ignore:
Timestamp:
Jun 4, 2008, 2:48:19 PM (18 years ago)
Author:
jhoblitt
Message:

argh!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r17905 r17907  
    2323 * 4.1.2 or newer is required.
    2424 *
    25  * $Id: psDB.c,v 1.162 2008-06-05 00:40:42 jhoblitt Exp $
     25 * $Id: psDB.c,v 1.163 2008-06-05 00:48:19 jhoblitt Exp $
    2626 */
    2727
     
    11981198                        return NULL;
    11991199                    }
    1200                 } else if (psStrcasestr(data, "0000-00-00 00:00:00") == 0) {
     1200                } else if (psStrcasestr(data, "0000-00-00 00:00:00")) {
    12011201                    // look for 0000-00-00 00:00:00, which can't be parsed by
    12021202                    // psTimeStrptime as the month/day are bogus
Note: See TracChangeset for help on using the changeset viewer.