Replace fetchy.c
This commit is contained in:
parent
933ac1fe0f
commit
a7a9804171
1 changed files with 1 additions and 1 deletions
2
fetchy.c
2
fetchy.c
|
@ -212,7 +212,7 @@ static char *get_gpu(char *gpu){
|
||||||
fclose(gpuName);
|
fclose(gpuName);
|
||||||
|
|
||||||
|
|
||||||
if(strstr(gpu, "VGA")
|
if(strstr(gpu, "VGA"))
|
||||||
strcpy(gpu, "CPU's integrated graphics");
|
strcpy(gpu, "CPU's integrated graphics");
|
||||||
|
|
||||||
return gpu;
|
return gpu;
|
||||||
|
|
Loading…
Add table
Reference in a new issue