aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/6l/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/6l/list.c')
-rw-r--r--src/cmd/6l/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/6l/list.c b/src/cmd/6l/list.c
index 34b66c0c80..ecb189b83a 100644
--- a/src/cmd/6l/list.c
+++ b/src/cmd/6l/list.c
@@ -361,7 +361,7 @@ int
Sconv(Fmt *fp)
{
int i, c;
- char str[30], *p, *a;
+ char str[100], *p, *a;
a = va_arg(fp->args, char*);
p = str;