1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-20 03:08:54 +01:00

- 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:
cage 2022-12-26 16:41:50 +01:00
parent 62d2a589b0
commit 432045fc52

View File

@ -1115,7 +1115,7 @@
:initarg :window
:accessor window)
(local-path
:initform ""
:initform nil
:initarg :local-path
:accessor local-path)))