about summary refs log tree commit diff
path: root/Src/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/params.c')
-rw-r--r--Src/params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c
index 59d503c58..790102923 100644
--- a/Src/params.c
+++ b/Src/params.c
@@ -4247,7 +4247,7 @@ static char **
 pipestatgetfn(UNUSED(Param pm))
 {
     char **x = (char **) zhalloc((numpipestats + 1) * sizeof(char *));
-    char buf[20], **p;
+    char buf[DIGBUFSIZE], **p;
     int *q, i;
 
     for (p = x, q = pipestats, i = numpipestats; i--; p++, q++) {