mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Quiet sign comparision warnings.
This commit is contained in:
@@ -198,7 +198,7 @@ do_logfile(char *msg)
|
||||
def_logfile, strerror(errno));
|
||||
} else {
|
||||
time(&now);
|
||||
if (def_loglinelen < sizeof(LOG_INDENT)) {
|
||||
if ((size_t)def_loglinelen < sizeof(LOG_INDENT)) {
|
||||
/* Don't pretty-print long log file lines (hard to grep) */
|
||||
if (def_log_host) {
|
||||
(void) fprintf(fp, "%s : %s : HOST=%s : %s\n",
|
||||
|
Reference in New Issue
Block a user