From: Joey Hess Date: Tue, 26 Mar 2024 17:12:58 +0000 (-0400) Subject: fix build on windows X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~25^2~52 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=07baa7ffcf9c35401d5faf2a85cee557d1b49cf9;p=git-annex.git fix build on windows deletestale renamed from cleanstale --- diff --git a/Logs/Transfer.hs b/Logs/Transfer.hs index 78fc999b60..88c2f947cc 100644 --- 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 - cleanstale + deletestale return Nothing #endif