diff --git a/images/apple/PLASMA-2.1-INST.po b/images/apple/PLASMA-2.1-INST.po index efc7b59..f30729e 100644 Binary files a/images/apple/PLASMA-2.1-INST.po and b/images/apple/PLASMA-2.1-INST.po differ diff --git a/src/utilsrc/apple/copy.pla b/src/utilsrc/apple/copy.pla index 47d72d1..a767c9d 100644 --- a/src/utilsrc/apple/copy.pla +++ b/src/utilsrc/apple/copy.pla @@ -231,7 +231,7 @@ if not except(exit) return fin copysize = MAXBUFSIZE - while isult(heapavail, copysize + 256) + while isult(heapavail, copysize + 4096) // Leave lots of room for recursion copysize = copysize - 1024 loop copyrel = heapalloc(copysize + 256)