Changeset 67 in libcf for trunk/src/cf_log.c


Ignore:
Timestamp:
04/11/13 13:10:16 (11 years ago)
Author:
cheese
Message:

#1 fix for windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_log.c

    r66 r67  
    9292
    9393        buf |=  ft.dwHighDateTime;
    94         buf <<= 32
     94        buf <<= 32;
    9595        buf |=  ft.dwLowDateTime;
    9696
Note: See TracChangeset for help on using the changeset viewer.