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

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