mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 13:04:29 +00:00
Merge branch 'master' of github.com:ckolivas/cgminer
This commit is contained in:
commit
220d0c2e00
2
main.c
2
main.c
@ -5586,7 +5586,7 @@ 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user