Changeset 251 for trunk/src/common.c


Ignore:
Timestamp:
05/05/11 21:34:35 (13 years ago)
Author:
tim
Message:

simplified NTTIME storage and conversions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/common.c

    r232 r251  
    361361
    362362
    363 void formatTime(const REGFI_NTTIME* nttime, char* output)
     363void formatTime(REGFI_NTTIME nttime, char* output)
    364364{
    365365  time_t tmp_time[1];
Note: See TracChangeset for help on using the changeset viewer.