Need to declare tmp_char also for Android.

This commit is contained in:
Pere Pujal i Carabantes 2021-11-09 00:09:45 +01:00
parent 88d8252952
commit 32f05c3891

View file

@ -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);