- Timestamp:
- 03/31/11 00:29:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common.c
r209 r219 368 368 struct tm* tmp_time_s = NULL; 369 369 370 *tmp_time = regfi_nt2unix_time(nttime);370 *tmp_time = (time_t)regfi_nt2unix_time(nttime); 371 371 tmp_time_s = gmtime(tmp_time); 372 372 strftime(output,
Note: See TracChangeset
for help on using the changeset viewer.