GetFirstTime returns long long, not __int64

Change-Id: Ia7f43f799a84c9a2a7dfeb79b2e152f933aba2bd
This commit is contained in:
matthewjheaney 2010-09-10 14:42:11 -04:00
parent a92619c7d3
commit b8b14eef12

View File

@ -2818,7 +2818,7 @@ long long Cluster::GetTime()
} }
__int64 Cluster::GetFirstTime() long long Cluster::GetFirstTime()
{ {
const BlockEntry* const pEntry = GetFirst(); const BlockEntry* const pEntry = GetFirst();