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/detrend/imdef.c

    r7080 r14590  
    8888      exit (1);
    8989    }
    90     if (!str_to_time (line, &descriptor[0].tstart)) {
     90    if (!ohana_str_to_time (line, &descriptor[0].tstart)) {
    9191      fprintf (stderr, "ERROR: invalid time %s\n", line);
    9292      exit (1);
     
    9797      exit (1);
    9898    }
    99     if (!str_to_time (line, &descriptor[0].tstop)) {
     99    if (!ohana_str_to_time (line, &descriptor[0].tstop)) {
    100100      fprintf (stderr, "ERROR: invalid time %s\n", line);
    101101      exit (1);
Note: See TracChangeset for help on using the changeset viewer.