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/lib.shell/timeformat.c

    r7917 r14590  
    77  *TimeReference = 0;
    88  if ((p = get_variable ("TIMEREF")) != (char *) NULL) {
    9     if (!str_to_time (p, TimeReference)) {
     9    if (!ohana_str_to_time (p, TimeReference)) {
    1010      gprint (GP_ERR, "error in TIME_REF format\n");
    1111      return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.