mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10163
This commit is contained in:
parent
eb2e8d44fa
commit
3d14646812
|
@ -373,7 +373,7 @@ void parse_cpuinfo(HOST_INFO& host) {
|
|||
//
|
||||
void parse_cpuinfo(HOST_INFO& host) {
|
||||
char buf[256];
|
||||
int system_found=0,model_found=0,flags_found=0;
|
||||
int system_found=0,model_found=0,cache_found=0;flags_found=0;
|
||||
int n;
|
||||
|
||||
FILE* f = fopen("/proc/cpuinfo", "r");
|
||||
|
|
Loading…
Reference in New Issue