diff options
author | Piotr Szarmanski | 2022-12-30 20:50:05 +0100 |
---|---|---|
committer | Piotr Szarmanski | 2022-12-30 20:50:05 +0100 |
commit | 219e118a80858e05e7b9917f9d0996af70982ae4 (patch) | |
tree | d4a30ac582f98b77a79a164d40f9a7e794e1c6b4 /src/package.lisp | |
parent | 618ee634557122b3b3c5012405603b28c0001d13 (diff) | |
parent | 5afc44c1082ae7088511f318aa9bd3d4b25ba3c6 (diff) |
Merge branch 'no-allocate-buffers'
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp index c618c75..b5c7a4a 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -47,7 +47,7 @@ #:missing-block #:store-data - #:fetch-read-capability + #:fetch-data #:encoding-backend #:decoding-backend #:file-backend |