Fix compiler warning.
This commit is contained in:
parent
f57a8aa655
commit
b7b93d7609
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ inlineToConTeXt (Image attr@(_,cls,_) _ (src, _)) = do
|
||||||
-- Use / for path separators on Windows; see #4918
|
-- Use / for path separators on Windows; see #4918
|
||||||
fixPathSeparators = map $ \c -> case c of
|
fixPathSeparators = map $ \c -> case c of
|
||||||
'\\' -> '/'
|
'\\' -> '/'
|
||||||
c -> c
|
_ -> c
|
||||||
src' = fixPathSeparators $
|
src' = fixPathSeparators $
|
||||||
if isURI src
|
if isURI src
|
||||||
then src
|
then src
|
||||||
|
|
Loading…
Add table
Reference in a new issue