X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=incore.lsp;h=7203047c0be43aefb1b97d0fc694df61b2878ccf;hb=322b0506f77ff60a4a4eabdc76fd45f84331fcc5;hp=6b0a02f5c73b82d0f834302140a67cd99e818894;hpb=a157261e83ae4be2696211f8efa987d34b16f0da;p=rrq%2Fnewlisp%2Fpacknl.git 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)