commit | 689be541258e9e701a600d6bd2fc3e5241726867 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Mon Nov 28 00:39:42 2005 +0000 |
committer | rsc <devnull@localhost> | Mon Nov 28 00:39:42 2005 +0000 |
tree | a0ab190a3c4a0c7794672b76f2cc06ef25846d1a | |
parent | 77fd60a177e50b398f1f235bcc47cbfc92e0fa80 [diff] [blame] |
various fixes
diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c index 3e6a313..15859db 100644 --- a/src/cmd/acid/util.c +++ b/src/cmd/acid/util.c
@@ -73,7 +73,7 @@ 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)