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/uniphot/src/find_image_tgroups.c

    r7080 r14590  
    5454    group[i].dM = 0;
    5555
    56     start = sec_to_date (tmin[i]);
    57     stop = sec_to_date (tmax[i]);
     56    start = ohana_sec_to_date (tmin[i]);
     57    stop = ohana_sec_to_date (tmax[i]);
    5858    snprintf (group[i].label, 64, "%s - %s", start, stop);
    5959    free (start);
Note: See TracChangeset for help on using the changeset viewer.