randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2020-12-29 16:53:11 +01:00
parent c7ef818768
commit 77a51a2709
13 changed files with 45 additions and 18 deletions

View File

@ -100,7 +100,7 @@ static void mod(void)
* 0
*/
if (d == 0) {
bb_error_msg("remainder by zero");
bb_simple_error_msg("remainder by zero");
pop();
push(0);
return;