mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-04-21 05:15:44 +00:00
Small change
This commit is contained in:
parent
36fefa6bb5
commit
39b9e7e352
@ -53,7 +53,7 @@ namespace signatures
|
|||||||
{
|
{
|
||||||
char bytes[4] = {0};
|
char bytes[4] = {0};
|
||||||
const auto string_ptr = find_string_ptr(string);
|
const auto string_ptr = find_string_ptr(string);
|
||||||
memcpy(bytes, &string_ptr, sizeof(size_t));
|
memcpy(bytes, &string_ptr, sizeof(bytes));
|
||||||
return find_string_ptr(bytes);
|
return find_string_ptr(bytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user