reduced Gui_loading_error_message to 256 bytes

This commit is contained in:
Thomas Bernard 2019-07-24 03:06:59 +02:00
parent 848ec95e92
commit 8c6eec6928
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
#include "special.h"
#include "gfx2surface.h"
char Gui_loading_error_message[512];
char Gui_loading_error_message[256];
// Rechercher la liste et le type des lecteurs de la machine

View File

@ -39,7 +39,7 @@ void Init_paintbrushes(void);
/// Set application icon(s)
void Define_icon(void);
extern char Gui_loading_error_message[512];
extern char Gui_loading_error_message[256];
///
/// Loads a 8x8 monochrome font, the kind used in all menus and screens.