Closed nrandon closed 4 years ago
The _check_loadaverage is not working correctly as the printf can receive a loading zero which represent octal. To fix this we change the conversion to decimal and simplify the function. Fixes #64
The _check_loadaverage is not working correctly as the printf can receive a loading zero which represent octal. To fix this we change the conversion to decimal and simplify the function. Fixes #64