Skip to content

Commit

Permalink
[GitHub issue #5] Coerce the result of APPLY-PATCH to the type of the…
Browse files Browse the repository at this point in the history
… input sequence.
  • Loading branch information
agrostis committed May 3, 2021
1 parent c9cb073 commit c15ffab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patch.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,6 @@
(collect applicable :into applied)
(finally
(return
(values (narrow seq* pad-length (- pad-length))
(values (coerce (narrow seq* pad-length (- pad-length))
(seq-type seq))
applied)))))))

0 comments on commit c15ffab

Please sign in to comment.