EPUB Reader: Fixed another normalisation problem..
This commit is contained in:
parent
a67e5e877d
commit
72b1470713
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ fetchImages mimes root arc (query iq -> links) =
|
|||
(mapMaybe getEntry links)
|
||||
where
|
||||
getEntry link =
|
||||
let abslink = root </> link in
|
||||
let abslink = normalise (root </> link) in
|
||||
(link , lookup link mimes, ) . fromEntry
|
||||
<$> findEntryByPath abslink arc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue