Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpi
Commits
e975cf39
Commit
e975cf39
authored
May 01, 2020
by
Eric Timmons
Browse files
Fix bug in index-backin-objects-exist-p for file-index
parent
ffdb139b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/file-index.lisp
View file @
e975cf39
...
...
@@ -27,7 +27,7 @@
(
error
":ROOT must be a directory pathname"
)))
(
defmethod
index-backing-objects-exist-p
((
index
file-index
))
(
probe-file
(
me
tadata-path
index
)))
(
probe-file
(
me
rge-pathnames
(
metadata-path
index
)
(
file-index-root
index
)
)))
(
defmethod
index-object-append
((
index
file-index
)
path
in-stream
)
(
let
((
pn
(
merge-pathnames
path
(
file-index-root
index
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment