diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-07-16 20:34:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-07-16 20:34:29 +0300 |
commit | 416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b (patch) | |
tree | d3efc07adb11abfb7061e413caa87b04b55d3a40 /main.c | |
parent | 4a6b14b777a1738848b8048f1c8f4a0e528bb6b2 (diff) | |
download | egawk-416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b.tar.gz egawk-416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b.tar.bz2 egawk-416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b.zip |
Fix lint_old warnings to use lintwarn function.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |