Browse Source

Merge branch 'cgminer' into cg_merges_20121226

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

+ 1 - 0
miner.c

@@ -4752,6 +4752,7 @@ void zero_stats(void)
 	total_ro = 0;
 	total_secs = 1.0;
 	best_diff = 0;
+	total_diff1 = 0;
 	suffix_string(best_diff, best_share, 0);
 
 	for (i = 0; i < total_pools; i++) {