1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 13:04:29 +00:00

WU only needs +2 width

This commit is contained in:
Kano 2013-07-05 18:26:18 +10:00
parent a011fe5182
commit df05174e1d

View File

@ -2176,7 +2176,7 @@ static void curses_print_devstatus(struct cgpu_info *cgpu, int count)
dawidth, cgpu->diff_accepted,
drwidth, cgpu->diff_rejected,
hwwidth, cgpu->hw_errors,
wuwidth + 3, wu);
wuwidth + 2, wu);
logline[0] = '\0';
cgpu->drv->get_statline(logline, cgpu);