mirror of https://codeberg.org/cage/tinmop/
- used a better default for slot 'local-path' to prevent crash when 'sexp->links' is called with an empty string as local-path argument.
This commit is contained in:
parent
62d2a589b0
commit
432045fc52
|
@ -1115,7 +1115,7 @@
|
|||
:initarg :window
|
||||
:accessor window)
|
||||
(local-path
|
||||
:initform ""
|
||||
:initform nil
|
||||
:initarg :local-path
|
||||
:accessor local-path)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue