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/photometry.c

    r14401 r14590  
    443443  if ((N = get_argument (*argc, argv, "-time"))) {
    444444    remove_argument (N, argc, argv);
    445     if (!str_to_time (argv[N], &tzero)) {
     445    if (!ohana_str_to_time (argv[N], &tzero)) {
    446446      gprint (GP_ERR, "syntax error\n");
    447447      return (FALSE);
    448448    }
    449449    remove_argument (N, argc, argv);
    450     if (!str_to_dtime (argv[N], &trange)) {
     450    if (!ohana_str_to_dtime (argv[N], &trange)) {
    451451      gprint (GP_ERR, "syntax error\n");
    452452      return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.