aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid/acid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acid/acid.h')
-rw-r--r--src/cmd/acid/acid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acid/acid.h b/src/cmd/acid/acid.h
index 9ac983b3..266175e2 100644
--- a/src/cmd/acid/acid.h
+++ b/src/cmd/acid/acid.h
@@ -4,7 +4,7 @@
enum
{
Eof = -1,
- Strsize = 4096,
+ Strsize = 65536,
Hashsize = 128,
Maxarg = 512,
NFD = 100,