Make video_driver_current_msg smaller

This commit is contained in:
twinaphex 2015-12-04 08:04:16 +01:00
parent 21f4281f88
commit 6411a7d0d9

View File

@ -1823,7 +1823,7 @@ void video_driver_frame(const void *data, unsigned width,
unsigned height, size_t pitch)
{
/* Last message given to the video driver */
static char video_driver_current_msg[PATH_MAX_LENGTH];
static char video_driver_current_msg[256];
unsigned output_width = 0;
unsigned output_height = 0;
unsigned output_pitch = 0;