Skip to content
Snippets Groups Projects
Commit ae972e77 authored by Shawn Pearce's avatar Shawn Pearce
Browse files

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: default avatarShawn O. Pearce <spearce@spearce.org>
parent b6d0586b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment