mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Fix sad bug
This commit is contained in:
parent
9dc0368079
commit
b2e08100ff
@ -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…
Reference in New Issue
Block a user