IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2017, 11:48:09 AM (9 years ago)
Author:
eugene
Message:

fix logic error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.c

    r34089 r40044  
    13801380    // if this is NOT a UTC time then we want to make sure tm.tm_sec does not
    13811381    // end up being set to 60
    1382     if (!time->type == PS_TIME_UTC)
     1382    if (!(time->type == PS_TIME_UTC))
    13831383    {
    13841384        // If leapsecond use previous day
Note: See TracChangeset for help on using the changeset viewer.