From fb84d1fc9ca195b17c7c8412f754a3e5aa1eb08a Mon Sep 17 00:00:00 2001 From: Phil Budne Date: Fri, 25 Mar 2016 18:11:39 -0400 Subject: [PATCH] ed2.s: dskbuf was only 1 word: should be 1024!! --- src/cmd/ed2.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/ed2.s b/src/cmd/ed2.s index 238d08b..ae6ef36 100644 --- a/src/cmd/ed2.s +++ b/src/cmd/ed2.s @@ -515,5 +515,5 @@ line: .=.+64 nlist: .=.+50 clist: .=.+50 compbuf: .=.+100 -dskbuf: .=.+1 "[line crossed out - scan markup] +dskbuf: .=.+1024 "[line crossed out - scan markup] lnodes: .=.+1000