*** empty log message ***

svn path=/trunk/boinc/; revision=10164
This commit is contained in:
Rom Walton 2006-05-19 19:08:08 +00:00
parent 3d14646812
commit aa8272e1d7
1 changed files with 2 additions and 1 deletions

View File

@ -373,7 +373,8 @@ void parse_cpuinfo(HOST_INFO& host) {
//
void parse_cpuinfo(HOST_INFO& host) {
char buf[256];
int system_found=0,model_found=0,cache_found=0;flags_found=0;
char buf2[256];
int system_found=0,model_found=0,cache_found=0,flags_found=0;
int n;
FILE* f = fopen("/proc/cpuinfo", "r");