You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
-Fixes from source code analyzizer, closes #1768
This commit is contained in:
@@ -641,11 +641,11 @@ void EditorExportPlatformAndroid::_fix_manifest(Vector<uint8_t>& p_manifest) {
|
||||
|
||||
int iofs=ofs+8;
|
||||
|
||||
uint32_t string_count=decode_uint32(&p_manifest[iofs]);
|
||||
uint32_t styles_count=decode_uint32(&p_manifest[iofs+4]);
|
||||
string_count=decode_uint32(&p_manifest[iofs]);
|
||||
styles_count=decode_uint32(&p_manifest[iofs+4]);
|
||||
uint32_t string_flags=decode_uint32(&p_manifest[iofs+8]);
|
||||
uint32_t string_data_offset=decode_uint32(&p_manifest[iofs+12]);
|
||||
uint32_t styles_offset=decode_uint32(&p_manifest[iofs+16]);
|
||||
string_data_offset=decode_uint32(&p_manifest[iofs+12]);
|
||||
styles_offset=decode_uint32(&p_manifest[iofs+16]);
|
||||
/*
|
||||
printf("string count: %i\n",string_count);
|
||||
printf("flags: %i\n",string_flags);
|
||||
|
||||
Reference in New Issue
Block a user