Browse Source

Restore old ugly inconsistent display of ADL information before the standard info

nfactor-troky
Luke Dashjr 13 years ago
parent
commit
dfeb1ef594
  1. 4
      main.c

4
main.c

@ -5580,9 +5580,9 @@ static void get_opencl_statline_before(char *buf, struct cgpu_info *gpu)
int gp; int gp;
if (gt != -1) if (gt != -1)
tailsprintf(buf, " %5.1fC ", gt); tailsprintf(buf, "%5.1fC ", gt);
else else
tailsprintf(buf, " ", gt); tailsprintf(buf, " ", gt);
if (gf != -1) if (gf != -1)
tailsprintf(buf, "%4dRPM ", gf); tailsprintf(buf, "%4dRPM ", gf);
else if ((gp = gpu_fanpercent(gpuid)) != -1) else if ((gp = gpu_fanpercent(gpuid)) != -1)

Loading…
Cancel
Save