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/pantasks/task_trange.c

    r8192 r14590  
    6969  /* this test does not fail sufficiently robustly for invalid inputs */
    7070  /* test for YYYY/MM/DD - both must match */
    71   if (str_to_time (argv[1], &range.start)) {
    72     if (!str_to_time (argv[2], &range.stop)) {
     71  if (ohana_str_to_time (argv[1], &range.start)) {
     72    if (!ohana_str_to_time (argv[2], &range.stop)) {
    7373      gprint (GP_ERR, "invalid date/time %s\n", argv[2]);
    7474      goto usage;
Note: See TracChangeset for help on using the changeset viewer.