mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 21:05:59 +02:00
32-bit fix
This commit is contained in:
parent
1291089f47
commit
aae2215942
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace System.IO
|
|||
return .Err(.OpenError(err));
|
||||
|
||||
int64 fileSize = fs.Length;
|
||||
outData.Reserve(fileSize);
|
||||
outData.Reserve((.)fileSize);
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue