From 32f05c3891cb1f9d40f8eae0918e56fa6d247935 Mon Sep 17 00:00:00 2001 From: Pere Pujal i Carabantes Date: Tue, 9 Nov 2021 00:09:45 +0100 Subject: [PATCH] Need to declare tmp_char also for Android. --- src/tuxpaint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index de79b2731..a3a78a4e9 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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);