Changeset 990


Ignore:
Timestamp:
May 29, 2007, 8:49:36 PM (18 years ago)
Author:
bird
Message:

it's 100ns units, not 10000.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r987 r990  
    30543054      bigint.u.LowPart = ft.dwLowDateTime;
    30553055      bigint.u.HighPart = ft.dwLowDateTime;
    3056       ts = bigint.QuadPart * 10000;
     3056      ts = bigint.QuadPart * 100;
    30573057    }
    30583058
Note: See TracChangeset for help on using the changeset viewer.