(upd_buildeff): Previous revision broke work after sector
construction. Closes #972065.
This commit is contained in:
parent
b4381d0218
commit
d2dc791e44
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue