mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
Fix extra argument passed to statline before.
This commit is contained in:
parent
f2ae7fadb2
commit
837c7319f1
@ -1281,7 +1281,7 @@ static void get_opencl_statline_before(char *buf, size_t bufsiz, struct cgpu_inf
|
||||
if (gt != -1)
|
||||
tailsprintf(buf, bufsiz, "%5.1fC ", gt);
|
||||
else
|
||||
tailsprintf(buf, bufsiz, " ", gt);
|
||||
tailsprintf(buf, bufsiz, " ");
|
||||
if (gf != -1)
|
||||
// show invalid as 9999
|
||||
tailsprintf(buf, bufsiz, "%4dRPM ", gf > 9999 ? 9999 : gf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user