mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00

committed by
Hein-Pieter van Braam

parent
12336dc253
commit
683511310e
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user