diff options
author | emersion <contact@emersion.fr> | 2018-10-04 18:13:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 18:13:58 +0200 |
commit | c67ce71fddeae90f6b3d89a742a77d049ffb3e20 (patch) | |
tree | 78259c580e1b82c5415f63c865bcaf6754736153 /rootston/config.c | |
parent | 841d04db994b0a05d7688a0ecaa9b2e29131f026 (diff) | |
parent | 0036161867f2f0800569aade07ea85788e0d6ee4 (diff) |
Merge pull request #1281 from aereaux/edid-sizes
Update sizes for new EDID database.
Diffstat (limited to 'rootston/config.c')
-rw-r--r-- | rootston/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/config.c b/rootston/config.c index 5c168679..119a9e2c 100644 --- a/rootston/config.c +++ b/rootston/config.c @@ -577,7 +577,7 @@ void roots_config_destroy(struct roots_config *config) { struct roots_output_config *roots_config_get_output(struct roots_config *config, struct wlr_output *output) { - char name[83]; + char name[88]; snprintf(name, sizeof(name), "%s %s %s", output->make, output->model, output->serial); |