From 75cf5582d6d84242d99ac19f2ccb7f61b3079e6d Mon Sep 17 00:00:00 2001 From: "\"Jean-Francois Dockes ext:(%22)" Date: Wed, 29 May 2013 08:33:09 +0200 Subject: [PATCH] typo in non-linux code --- src/utils/cpuconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/cpuconf.cpp b/src/utils/cpuconf.cpp index 8ee08846..98899210 100644 --- a/src/utils/cpuconf.cpp +++ b/src/utils/cpuconf.cpp @@ -57,7 +57,7 @@ bool getCpuConf(CpuConf& conf) // Generic, pretend there is one bool getCpuConf(CpuConf& cpus) { - cpu.cpus = 1; + cpus.ncpus = 1; return true; } #endif