mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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;
|
||||
}
|
||||
|
||||
const auto buf = std::make_unique<uchar>(total);
|
||||
const auto buf = std::make_unique<uchar[]>(total);
|
||||
|
||||
u64 copied = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue