IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/convert.c

    r4602 r4689  
    311311  p1 = line;
    312312  tmp = strtod (p1, &p2);
     313  mode = TIME_DATE;
    313314  if (p2 == p1 + strlen (p1) - 1) {
    314315    if (*p2 == 'j') {
     
    330331      mode = TIME_SECONDS;
    331332    }
    332   } else {
    333     mode = TIME_DATE;
    334333  }
    335334  return (mode);
Note: See TracChangeset for help on using the changeset viewer.