Minor, type cast logit() argument for Coverity Scan

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-07 20:35:54 +01:00
parent 11819e5b7f
commit 07033382ee

View File

@ -1655,7 +1655,7 @@ void fprintlog(struct filed *f, struct buf_msg *buffer)
}
} else
logit("Forwarding suspension not over, time left: %d\n",
INET_SUSPEND_TIME - fwd_suspend);
(int)(INET_SUSPEND_TIME - fwd_suspend));
break;
case F_FORW: