projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c337b58
)
fix build warning
author
Joey Hess
<joeyh@joeyh.name>
Mon, 19 Oct 2020 18:48:21 +0000
(14:48 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 19 Oct 2020 18:48:21 +0000
(14:48 -0400)
CmdLine/Seek.hs
patch
|
blob
|
history
diff --git
a/CmdLine/Seek.hs
b/CmdLine/Seek.hs
index 34a9d20465cc1041377302a3ecd023531409a289..ed716008c779ea8eecb46e7b9ebab1a5d387cd82 100644
(file)
--- a/
CmdLine/Seek.hs
+++ b/
CmdLine/Seek.hs
@@
-428,9
+428,9
@@
seekHelper c ww a (WorkTreeItems l) = do
mk Nothing f = (SeekInput [fromRawFilePath (c f)], f)
go v os fs g = do
- (l, cleanup) <- a os fs g
+ (l
s
, cleanup) <- a os fs g
liftIO $ modifyIORef' v (cleanup:)
- return l
+ return l
s
cleanupall v = do
cleanups <- readIORef v