Using explicit 64bit integer instead of compiler-dependent long long
This commit is contained in:
parent
7d7baa70a9
commit
8158e7f1c5
@ -281,7 +281,7 @@ inline void PBFParser::parseRelation(_ThreadData * threadData) {
|
||||
|
||||
|
||||
if(isRestriction) {
|
||||
long long lastRef = 0;
|
||||
int64_t lastRef = 0;
|
||||
_RawRestrictionContainer currentRestrictionContainer(isOnlyRestriction);
|
||||
for(int rolesIndex = 0; rolesIndex < inputRelation.roles_sid_size(); ++rolesIndex) {
|
||||
std::string role(threadData->PBFprimitiveBlock.stringtable().s( inputRelation.roles_sid( rolesIndex ) ).data());
|
||||
|
Loading…
Reference in New Issue
Block a user