summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2024-01-22 18:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2024-01-22 18:01:09 +0000
commitea7136fb838a2831d38e11ca94094cea61a01e3a (patch)
tree1176d65e6fe64df0fc39b2188ed8a3350c0d2870
parent84faada25b610dff7ab00ce97101e9bae30eb54c (diff)
parent428f8a9b2884093b5f40b64797753871ddfa67b0 (diff)
Merge branch 'obsd-master'
-rw-r--r--style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.c b/style.c
index 0d7ebe86..35293a10 100644
--- a/style.c
+++ b/style.c
@@ -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';