We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76e626 commit 4d842acCopy full SHA for 4d842ac
src/detection/cpu/cpu_linux.c
@@ -305,7 +305,7 @@ static const char* parseCpuInfo(
305
#endif
306
307
#if __powerpc__ || __powerpc
308
- (cpuMHz->length == 0 && ffParsePropLine(line, "clock :", &cpuMHz)) || //For POWER
+ (cpuMHz->length == 0 && ffParsePropLine(line, "clock :", cpuMHz)) || //For POWER
309
(cpu->name.length == 0 && ffParsePropLine(line, "cpu :", &cpu->name)) || //For POWER
310
311
0 commit comments