Need to declare tmp_char also for Android.
This commit is contained in:
parent
88d8252952
commit
32f05c3891
1 changed files with 1 additions and 0 deletions
|
|
@ -23137,6 +23137,7 @@ static void load_info_about_label_surface(FILE * lfi)
|
|||
}
|
||||
|
||||
#elif defined(__ANDROID__)
|
||||
wchar_t tmp_char;
|
||||
for (l = 0; l < new_node->save_texttool_len; l++)
|
||||
{
|
||||
fscanf(lfi, "%d ", &tmp_char);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue