From 416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 16 Jul 2019 20:34:29 +0300 Subject: Fix lint_old warnings to use lintwarn function. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 925f4fc0..9be77938 100644 --- a/main.c +++ b/main.c @@ -364,7 +364,7 @@ main(int argc, char **argv) } if (do_lint && os_is_setuid()) - warning(_("running %s setuid root may be a security problem"), myname); + lintwarn(_("running %s setuid root may be a security problem"), myname); if (do_debug) /* Need to register the debugger pre-exec hook before any other */ init_debug(); -- cgit v1.2.3