Merge branch 'obsd-master'

pull/3798/merge
Thomas Adam 2024-01-22 18:01:09 +00:00
commit ea7136fb83
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ style_tostring(struct style *sy)
int off = 0;
const char *comma = "", *tmp = "";
static char s[256];
char b[16];
char b[21];
*s = '\0';