fix
This commit is contained in:
parent
978487b865
commit
8a935c22ea
@ -162,7 +162,7 @@ HOOK_DYNAMIC (i64, __fastcall, copy_data, i64, void *dest, int length) {
|
||||
|
||||
std::stringstream ss;
|
||||
ss << std::hex << std::setfill('0');
|
||||
for (const auto& byte : bytes) {
|
||||
for (const auto& byte : byteBuffer) {
|
||||
ss << std::setw(2) << static_cast<int>(byte);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user