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/opihi/dvo/imphot.c

    r14401 r14590  
    4040
    4141  /* load image(s) in time range given */
    42   if (!str_to_time (argv[1], &tzero)) {
     42  if (!ohana_str_to_time (argv[1], &tzero)) {
    4343    gprint (GP_ERR, "syntax error\n");
    4444    return (FALSE);
    4545  }
    46   if (!str_to_dtime (argv[2], &trange)) {
     46  if (!ohana_str_to_dtime (argv[2], &trange)) {
    4747    gprint (GP_ERR, "syntax error\n");
    4848    return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.