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:
eec07ae
)
oops
author
Joey Hess
<joeyh@joeyh.name>
Mon, 23 Sep 2024 20:02:39 +0000
(16:02 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 23 Sep 2024 20:02:39 +0000
(16:02 -0400)
Annex/Sim.hs
patch
|
blob
|
history
diff --git
a/Annex/Sim.hs
b/Annex/Sim.hs
index eda3fcc1fa9183b7d705dfb625703e1b2951bc07..002dcb493485be3607abb3ffe2b6bda188d68eb0 100644
(file)
--- 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'