diff --git a/linux/Platform.c b/linux/Platform.c index 9bf495bb..2d28b8e1 100644 --- a/linux/Platform.c +++ b/linux/Platform.c @@ -226,7 +226,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) { *fifteen = scanFifteen; return; - err: +err: *one = NAN; *five = NAN; *fifteen = NAN;