more OsPath conversion (639/749)
Sponsored-by: k0ld
This commit is contained in:
parent
a5d48edd94
commit
c74c75b352
28 changed files with 147 additions and 132 deletions
|
@ -27,7 +27,7 @@ start :: UnusedMaps -> Int -> CommandStart
|
|||
start = startUnused go (other "bad") (other "tmp")
|
||||
where
|
||||
go n key = do
|
||||
let file = "unused." <> keyFile key
|
||||
let file = literalOsPath "unused." <> keyFile key
|
||||
starting "addunused"
|
||||
(ActionItemTreeFile file)
|
||||
(SeekInput [show n]) $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue