IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43011


Ignore:
Timestamp:
May 4, 2026, 10:15:46 AM (2 days ago)
Author:
eugene
Message:

timestamp now cannot be NULL -- need to supply the current time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/ippTools/src/pstamptool.c

    r39191 r43011  
    163163    PXOPT_LOOKUP_S32(pollInterval, config->args, "-set_poll_interval",false, false);
    164164
     165    psTime *now = psTimeGetNow(PS_TIME_TAI);
     166
    165167    if (!pstampDataStoreInsert(config->dbh,
    166168            0,
    167169            state,
    168170            lastFileset,
    169             NULL,       // timestamp
     171            now,        // timestamp
    170172            label,      // label
    171173            outProduct,
Note: See TracChangeset for help on using the changeset viewer.