more OsPath conversion
Sponsored-by: k0ld
This commit is contained in:
parent
474cf3bc8b
commit
71195cce13
33 changed files with 198 additions and 194 deletions
|
@ -72,7 +72,7 @@ storeChunks key tmp dest storer recorder finalizer = do
|
|||
when (null stored) $
|
||||
giveup "no chunks were stored"
|
||||
where
|
||||
basef = tmp ++ fromRawFilePath (keyFile key)
|
||||
basef = tmp ++ fromOsPath (keyFile key)
|
||||
tmpdests = map (basef ++ ) chunkStream
|
||||
|
||||
{- Given a list of destinations to use, chunks the data according to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue