From 77a51a2709de1b646ab493f0bf771d896de6efc2 Mon Sep 17 00:00:00 2001
From: Denys Vlasenko
Date: Tue, 29 Dec 2020 16:53:11 +0100
Subject: randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
---
 miscutils/dc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'miscutils/dc.c')

diff --git a/miscutils/dc.c b/miscutils/dc.c
index 51376dd..e94dc39 100644
--- a/miscutils/dc.c
+++ b/miscutils/dc.c
@@ -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;
-- 
cgit v1.1