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

    r14401 r14590  
    2626  if ((N = get_argument (argc, argv, "-time"))) {
    2727    remove_argument (N, &argc, argv);
    28     if (!str_to_time (argv[N], &tzero)) {
     28    if (!ohana_str_to_time (argv[N], &tzero)) {
    2929      gprint (GP_ERR, "syntax error\n");
    3030      return (FALSE);
    3131    }
    3232    remove_argument (N, &argc, argv);
    33     if (!str_to_dtime (argv[N], &trange)) {
     33    if (!ohana_str_to_dtime (argv[N], &trange)) {
    3434      gprint (GP_ERR, "syntax error\n");
    3535      return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.