mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Merge pull request #76 from luke-jr/ugly_display
Restore old ugly inconsistent display of ADL information before the stan...
This commit is contained in:
commit
d9ccb3b485
4
main.c
4
main.c
@ -5580,9 +5580,9 @@ static void get_opencl_statline_before(char *buf, struct cgpu_info *gpu)
|
||||
int gp;
|
||||
|
||||
if (gt != -1)
|
||||
tailsprintf(buf, " %5.1fC ", gt);
|
||||
tailsprintf(buf, "%5.1fC ", gt);
|
||||
else
|
||||
tailsprintf(buf, " ", gt);
|
||||
tailsprintf(buf, " ", gt);
|
||||
if (gf != -1)
|
||||
tailsprintf(buf, "%4dRPM ", gf);
|
||||
else if ((gp = gpu_fanpercent(gpuid)) != -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user