mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Fix sad bug
This commit is contained in:
parent
9dc0368079
commit
b2e08100ff
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ namespace fs
|
||||||
total += buffers[i].iov_len;
|
total += buffers[i].iov_len;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto buf = std::make_unique<uchar>(total);
|
const auto buf = std::make_unique<uchar[]>(total);
|
||||||
|
|
||||||
u64 copied = 0;
|
u64 copied = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue