summaryrefslogtreecommitdiffstats
path: root/src/cmd/acid/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acid/util.c')
-rw-r--r--src/cmd/acid/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c
index 3e6a313d..15859dbb 100644
--- a/src/cmd/acid/util.c
+++ b/src/cmd/acid/util.c
@@ -73,7 +73,7 @@ addvarsym(Fhdr *fp)
Lsym *l;
String *file;
ulong v;
- char buf[1024];
+ char buf[65536]; /* Some of those C++ names are really big */
List *list, **tail, *tl;
if(fp == nil)