IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2021, 10:48:33 AM (5 years ago)
Author:
eugene
Message:

making the pantasks status user options more consistent between server and stand-alone version (still not perfect)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/convert.c

    r40549 r41638  
    8585  struct tm time;
    8686
     87  time.tm_hour = 0;
     88  time.tm_min  = 0;
     89  time.tm_sec  = 0;
     90
    8791  p = strptime (string, "%H:%M:%S", &time);
    8892  if (p != NULL) goto valid;
Note: See TracChangeset for help on using the changeset viewer.