Bug 1435223 - Increase the size of idstring to avoid a warning r=baku

MozReview-Commit-ID: FFOByQdUa0I

--HG--
extra : rebase_source : 7e6b89920d5b85b4ba137e325e0a05bb96268575
This commit is contained in:
Sylvestre Ledru 2018-02-02 13:21:49 +01:00
Родитель 9b02438d02
Коммит d5654e2007
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ typedef struct {
guint source_id;
int numAxes;
int numButtons;
char idstring[128];
char idstring[256];
char devpath[PATH_MAX];
} Gamepad;