1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-22 20:38:48 +00:00

Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2024-01-22 18:01:09 +00:00
commit ea7136fb83

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';