GetFirstTime returns long long, not __int64
Change-Id: Ia7f43f799a84c9a2a7dfeb79b2e152f933aba2bd
This commit is contained in:
parent
a92619c7d3
commit
b8b14eef12
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user