Browse Source

Merge pull request #461 from kanoi/master

WU only needs +2 width
kanoi 12 years ago
parent
commit
fa41f31b18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
cgminer.c

@@ -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);