Merge branch 'main' of git.zander.im:Zander671/cl-xdg-trash

This commit is contained in:
2025-11-30 15:07:01 -08:00

View File

@ -61,7 +61,7 @@ return file-systems that were mounted read-write."
"Return the device id for the device on which PATH resides, or nil if it can't "Return the device id for the device on which PATH resides, or nil if it can't
be determined." be determined."
(handler-case (handler-case
(osicat-posix:stat-dev (osicat-posix:stat path)) (osicat-posix:stat-dev (osicat-posix:lstat path))
(osicat-posix:posix-error () (osicat-posix:posix-error ()
nil))) nil)))