Renamed JsonObjectBase::getNestedTokenCounts() into getNestedTokenCount()

This commit is contained in:
Benoit Blanchon
2014-01-11 15:23:08 +01:00
parent 43717bff1e
commit da37162a94
4 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ jsmntok_t* JsonHashTable::getToken(char* name)
}
// move forward: key + value + nested tokens
currentToken += 2 + getNestedTokenCounts(currentToken + 1);
currentToken += 2 + getNestedTokenCount(currentToken + 1);
}
// nothing found, return NULL