Browse Source
Packs can contain up to 2^32-1 objects, which exceeds the range of a Java int. Try harder to accept higher object counts in some cases by using long more often when we are working with the object count value. This is a trivial refactoring, we may have to make even more changes to the object handling code to support more than 2^31-1 objects. Change-Id: I8cd8146e97cd1c738ad5b48fa9e33804982167e7stable-1.2
Shawn O. Pearce
13 years ago
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue