Merge branch 'master' into master

This commit is contained in:
willakat 2017-01-08 18:15:37 +01:00 committed by GitHub
commit dc361fd9df
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
sway_log(L_DEBUG, "Setting background for output %d to %s", output_i, oc->background);
size_t bufsize = 4;
size_t bufsize = 12;
char output_id[bufsize];
snprintf(output_id, bufsize, "%d", output_i);
output_id[bufsize-1] = 0;