Browse Source

Bugfix: get_statline: Only care about the processor status if --show-processors is set

Luke Dashjr 13 years ago
parent
commit
f9456eace4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -2270,7 +2270,7 @@ static void get_statline2(char *buf, struct cgpu_info *cgpu, bool for_curses)
 					if (cgpu->status == LIFE_DEAD)
 						cHrStatsI = 0;
 			}
-			if (unlikely(!cHrStatsI))
+			if (unlikely(!cHrStatsI) || opt_show_procs)
 				break;
 		}