Skip to content

Commit

Permalink
work around bug in ext:pathname-jar-p armedbear/abcl#411
Browse files Browse the repository at this point in the history
  • Loading branch information
alanruttenberg committed Nov 6, 2021
1 parent a7b0012 commit 1d17cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swank/abcl.lisp
Expand Up @@ -1005,7 +1005,7 @@
(when (atom what)
(setq what (list what sym)))
(list (definition-specifier what)
(if (ext:pathname-jar-p path2)
(if (ext:pathname-jar-p (pathname path2))
`(:location
(:zip ,@(split-string (subseq path2 (length "jar:file:")) "!/"))
;; pos never seems right. Use function name.
Expand Down

0 comments on commit 1d17cbc

Please sign in to comment.