GetFirstTime returns long long, not __int64
Change-Id: Ia7f43f799a84c9a2a7dfeb79b2e152f933aba2bd
This commit is contained in:
@@ -2818,7 +2818,7 @@ long long Cluster::GetTime()
|
||||
}
|
||||
|
||||
|
||||
__int64 Cluster::GetFirstTime()
|
||||
long long Cluster::GetFirstTime()
|
||||
{
|
||||
const BlockEntry* const pEntry = GetFirst();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user