| commit | ae972e774e2eb8c72585ad3d4e02687a5c2df66f | [log] [tgz] |
|---|---|---|
| author | Shawn O. Pearce <spearce@spearce.org> | Sat May 15 19:10:47 2010 -0700 |
| committer | Shawn O. Pearce <spearce@spearce.org> | Mon May 17 07:13:55 2010 -0700 |
| tree | d520e80d33fc6cc9c1d25d163bc8360df05f137f | |
| parent | b6d0586befb3417a72730443770abb223b9cae83 [diff] |
Remove unnecessary truncation of in-pack size during copy The number of bytes to copy was truncated to an int, but the pack's copyToStream() method expected to be passed a long here. Pass through the long so we don't truncate a giant object. Change-Id: I0786ad60a3a33f84d8746efe51f68d64e127c332 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>