no special memory for handle.

This commit is contained in:
Kelvin Sherlock 2019-07-08 23:22:07 -04:00
parent 8a5efb4fa7
commit 316f1423a9
1 changed files with 1 additions and 1 deletions

2
nda.c
View File

@ -116,7 +116,7 @@ void AppendText(word length, char *cp) {
HLock(h);
TextHandleSize = size;
} else {
TextHandle = h = NewHandle(size, MyID, attrLocked, 0);
TextHandle = h = NewHandle(size, MyID, attrLocked|attrNoSpec, 0);
if (_toolErr) return;
TextHandleSize = size;
}