Replace fetchy.c

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-12 14:25:44 +00:00
parent 933ac1fe0f
commit a7a9804171

View file

@ -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;