mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a comment.
Submitted by: Liam J. Foy
This commit is contained in:
parent
19434a77d6
commit
5d3e07d4ac
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ main(int argc, char *argv[])
|
|||
if (l > INT_MAX) {
|
||||
/*
|
||||
* Avoid overflow when `seconds' is huge. This assumes
|
||||
* that the maximum value for a time_t is >= INT_MAX.
|
||||
* that the maximum value for a time_t is <= INT_MAX.
|
||||
*/
|
||||
l = INT_MAX;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue