(upd_buildeff): Previous revision broke work after sector

construction.  Closes #972065.
This commit is contained in:
Markus Armbruster 2004-06-15 19:52:14 +00:00
parent b4381d0218
commit d2dc791e44

View file

@ -159,7 +159,7 @@ upd_buildeff(struct natstr *np, register struct sctstr *sp, int *workp,
} }
} }
} }
*workp = (*workp + 1) / 2 - buildeff_work; *workp = (*workp + 1) / 2 + buildeff_work;
return neweff; return neweff;
} }