X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/9750a3d731cd381e832bcacf1d03e48ddb46cc16..fbbe300f4d52ab014fb09050deea7746b1d02a82:/components/temperature.c diff --git a/components/temperature.c b/components/temperature.c index 1353993..720f1b7 100644 --- a/components/temperature.c +++ b/components/temperature.c @@ -35,7 +35,7 @@ size = sizeof(temp); - if (sysctl(mib, 5, &temp, &size, NULL, 0) == -1) { + if (sysctl(mib, 5, &temp, &size, NULL, 0) < 0) { fprintf(stderr, "sysctl 'SENSOR_TEMP': %s\n", strerror(errno)); return NULL;