From 271973e6059b2e49be81add58b9c4d2fa867a5bc Mon Sep 17 00:00:00 2001 From: joonicks Date: Sat, 14 Apr 2018 18:11:06 +0200 Subject: [PATCH] bogomips --- src/hostinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hostinfo.c b/src/hostinfo.c index ddece87..e112f03 100644 --- a/src/hostinfo.c +++ b/src/hostinfo.c @@ -304,7 +304,7 @@ void do_cpuinfo(COMMAND_ARGS) *bogostr = 0; *cpustr = 0; - if (bogo == 1) + if (bogo) sprintf(bogostr,", %s BogoMips",vmlib); if (cpus > 1 || (cores > cpus)) {