mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 05:15: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));
|
return .Err(.OpenError(err));
|
||||||
|
|
||||||
int64 fileSize = fs.Length;
|
int64 fileSize = fs.Length;
|
||||||
outData.Reserve(fileSize);
|
outData.Reserve((.)fileSize);
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue