Merge pull request #865 from martinetd/str_truncation

Fix gcc string truncation warnings
This commit is contained in:
Drew DeVault 2018-04-13 08:31:09 -04:00 committed by GitHub
commit 4dbf7f8b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 5 deletions

View file

@ -55,7 +55,7 @@ struct wlr_output {
struct wl_global *wl_global;
struct wl_list wl_resources;
char name[16];
char name[24];
char make[48];
char model[16];
char serial[16];