aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid/util.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-28 00:39:42 +0000
committerrsc <devnull@localhost>2005-11-28 00:39:42 +0000
commit689be541258e9e701a600d6bd2fc3e5241726867 (patch)
treea0ab190a3c4a0c7794672b76f2cc06ef25846d1a /src/cmd/acid/util.c
parent77fd60a177e50b398f1f235bcc47cbfc92e0fa80 (diff)
downloadplan9port-689be541258e9e701a600d6bd2fc3e5241726867.tar.gz
plan9port-689be541258e9e701a600d6bd2fc3e5241726867.tar.bz2
plan9port-689be541258e9e701a600d6bd2fc3e5241726867.zip
various fixes
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)