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:
418e97e
)
fix build on windows
author
Joey Hess
<joeyh@joeyh.name>
Tue, 26 Mar 2024 17:12:58 +0000
(13:12 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 26 Mar 2024 17:12:58 +0000
(13:12 -0400)
deletestale renamed from cleanstale
Logs/Transfer.hs
patch
|
blob
|
history
diff --git
a/Logs/Transfer.hs
b/Logs/Transfer.hs
index 78fc999b6035eeafaea687fa9433687d5f16cc8e..88c2f947cc6fb3378aa0f9ba88605b97934fb390 100644
(file)
--- a/
Logs/Transfer.hs
+++ b/
Logs/Transfer.hs
@@
-142,7
+142,7
@@
checkTransfer t = debugLocks $ do
readTransferInfoFile Nothing (fromRawFilePath tfile)
Just lockhandle -> do
dropLock lockhandle
-
clean
stale
+
delete
stale
return Nothing
#endif