Changeset 219 for trunk/src


Ignore:
Timestamp:
03/31/11 00:29:09 (13 years ago)
Author:
tim
Message:

updated time conversion to return a double for more precision
added modified attribute to keys to obtain user friendly time value
added accessor for key classnames
converted data attributes to functions to make workload more explicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/common.c

    r209 r219  
    368368  struct tm* tmp_time_s = NULL;
    369369
    370   *tmp_time = regfi_nt2unix_time(nttime);
     370  *tmp_time = (time_t)regfi_nt2unix_time(nttime);
    371371  tmp_time_s = gmtime(tmp_time);
    372372  strftime(output,
Note: See TracChangeset for help on using the changeset viewer.