From: Joey Hess Date: Mon, 23 Sep 2024 20:02:39 +0000 (-0400) Subject: oops X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~21^2~25^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d3a3c722c974b6c6b5890456b59776fe28086c25;p=git-annex.git oops --- diff --git a/Annex/Sim.hs b/Annex/Sim.hs index eda3fcc1fa..002dcb4934 100644 --- a/Annex/Sim.hs +++ b/Annex/Sim.hs @@ -508,7 +508,7 @@ handleStep startn n st | otherwise = return st where runrest actions st' n' - | n > 0 = do + | n' > 0 = do (st'', restactions) <- runoneaction actions st' if null restactions then handleStep startn n' st'