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

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