Reduce size of image_label
This commit is contained in:
parent
65534f0286
commit
2518ad47d9
|
@ -234,7 +234,7 @@ static void disk_control_get_index_set_msg(
|
|||
unsigned *msg_duration, char *msg, size_t len)
|
||||
{
|
||||
bool has_label = false;
|
||||
char image_label[PATH_MAX_LENGTH];
|
||||
char image_label[128];
|
||||
|
||||
image_label[0] = '\0';
|
||||
|
||||
|
|
Loading…
Reference in New Issue