diff options
author | Aidan Epstein <aidan@jmad.org> | 2018-10-04 08:01:48 -0700 |
---|---|---|
committer | Aidan Epstein <aidan@jmad.org> | 2018-10-04 08:11:09 -0700 |
commit | 0036161867f2f0800569aade07ea85788e0d6ee4 (patch) | |
tree | 4d556671f3b403a3949c4b4e7138018efd4d3509 /rootston | |
parent | 0d23fb7b6dc79b82301f3c049e05d1556a187b0f (diff) |
Update sizes for new EDID database.
Diffstat (limited to 'rootston')
-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); |