From: Ralph Ronnquist Date: Sat, 30 Dec 2023 09:12:57 +0000 (+1100) Subject: Merge branch 'master' of borta:ralph/newlisp/packnl into debian/master X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=0a02b615337ff1701b91f738ec5acf151d24800a;hp=40fba8b061f54e37fa5d49060f46ed9f6288c894;p=rrq%2Fnewlisp%2Fpacknl.git Merge branch 'master' of borta:ralph/newlisp/packnl into debian/master --- diff --git a/incore.lsp b/incore.lsp index 6b0a02f..7203047 100644 --- a/incore.lsp +++ b/incore.lsp @@ -70,7 +70,7 @@ ;; Discover and load an in-core archive by means of a marker row of 40 ;; "x", and then a series of pathname\nsize\nbytes[size] members. -(if (find (dup "x" 40) core nil 391704) +(if (find (dup "x" 40) core nil 300000) (let ((P (+ $it 41))) ; skip marker and newline (constant 'incore P) (while (regex "([^\n]+)\n([^\n]+)\n" core 0 P)