IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2008, 12:09:19 PM (18 years ago)
Author:
Paul Price
Message:

item->data.str and item->data.V *should* be the same, but V makes more sense here.

File:
1 edited

Legend:

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

    r17924 r18617  
    2323 * 4.1.2 or newer is required.
    2424 *
    25  * $Id: psDB.c,v 1.167 2008-06-05 02:21:32 jhoblitt Exp $
     25 * $Id: psDB.c,v 1.168 2008-07-18 22:09:19 price Exp $
    2626 */
    2727
     
    14421442                // psTime so we don't modify user data when we try to do the
    14431443                // conversion
    1444                 if (item->data.str) {
     1444                if (item->data.V) {
    14451445                    psTime *time = (psTime *)item->data.V;
    14461446                    struct tm *tmTime = psTimeToTM(time);
Note: See TracChangeset for help on using the changeset viewer.