Don't cast directly to an __int64
commit330a231156a82aa8bf83b384f37d6fb7d8a924ba
authorSup Yut Sum <ch3cooli@gmail.com>
Tue, 8 Jul 2014 01:16:21 +0000 (8 09:16 +0800)
committerSup Yut Sum <ch3cooli@gmail.com>
Tue, 8 Jul 2014 01:16:21 +0000 (8 09:16 +0800)
tree86aef71884949faf8a9f3542429a85a9122ec664
parent2845749eb5106f0acf4c918e2be39ca82065e511
Don't cast directly to an __int64

http://msdn.microsoft.com/en-us/library/windows/desktop/ms724284%28v=vs.85%29.aspx
"Do not cast a pointer to a FILETIME structure to either a ULARGE_INTEGER* or
__int64* value because it can cause alignment faults on 64-bit Windows."

Based on TortoiseSVN revision 25660

Signed-off-by: Sup Yut Sum <ch3cooli@gmail.com>
src/Git/TGitPath.cpp