mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #17257 from and3rson/master
Fix garbage in string padding.
This commit is contained in:
commit
ced5b57a60
@ -813,7 +813,7 @@ static void _encode_string(const String &p_string, uint8_t *&buf, int &r_len) {
|
||||
while (r_len % 4) {
|
||||
r_len++; //pad
|
||||
if (buf) {
|
||||
buf++;
|
||||
*(buf++) = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user