Fix issue 356: Crash when using font size > 99

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1511 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2010-06-15 19:34:08 +00:00
parent ddc0c3448d
commit ab657b018e

View File

@ -4717,7 +4717,7 @@ void Button_Text()
int new_height;
int clicked_button;
const int NB_FONTS=8;
char size_buffer[3];
char size_buffer[4];
T_Special_button * input_size_button;
T_Special_button * input_text_button;
T_Special_button * preview_button;