293 |
if(fgets(line,sizeof(line),fp) == NULL) { /* if end of file */ |
293 |
if(fgets(line,sizeof(line),fp) == NULL) { /* if end of file */ |
296 |
if(strstr(line,"Radeon") || strstr(line,"ATI Tech")) { /* if line contains a "radeon" string */ |
296 |
if(strstr(line,"Radeon") || strstr(line,"VGA compatible controller: ATI Tech")) { /* if line contains a "radeon" string */ |