IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/cadc.c

    r12332 r14590  
    4747     
    4848  /* add current date/time to header */
    49   str_to_time ("now", &tsecond);
    50   datestr = sec_to_date (tsecond);
     49  ohana_str_to_time ("now", &tsecond);
     50  datestr = ohana_sec_to_date (tsecond);
    5151  gfits_modify (&header,  "DATE", "%s", 1, datestr);
    5252  gfits_modify (&theader, "DATE", "%s", 1, datestr);
Note: See TracChangeset for help on using the changeset viewer.