forked from cfengine/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase range of allowed integers to the full 32-bit range.
Narrowing to 999999999 made the range too small for time_t values (e.g. the return from on(), which is what started all of this anyway) that represent roughly the present time. So expand the range as far as we sensibly can, to the max ranges for signed 32-bit integers (values are stored in int variables, even the CF_VALRANGE ones that clearly think they're unsigned).
- Loading branch information
Edward Welbourne
committed
Aug 28, 2014
1 parent
c402152
commit 51b564c
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters