Use uint32_t instead of int for the dynamic API
https://code.google.com/p/cld2/issues/detail?id=12 git-svn-id: https://cld2.googlecode.com/svn/trunk@160 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -162,7 +162,7 @@ Usage:\n\
|
||||
|
||||
if (mode == 1 || mode == 2) { // dump || verify (so perform verification)
|
||||
void* mmapAddress = NULL;
|
||||
int mmapLength = 0;
|
||||
uint32_t mmapLength = 0;
|
||||
CLD2::ScoringTables* loadedData = CLD2DynamicDataLoader::loadDataFile(fileName, &mmapAddress, &mmapLength);
|
||||
|
||||
if (loadedData == NULL) {
|
||||
|
Reference in New Issue
Block a user