Browse Source

Merge commit '6400088' into update_avalon_20130524

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

+ 1 - 1
miner.c

@@ -274,7 +274,7 @@ static char datestamp[40];
 static char blocktime[32];
 struct timeval block_timeval;
 static char best_share[8] = "0";
-double current_diff = 0xFFFFFFFFFFFFFFFF;
+double current_diff = 0xFFFFFFFFFFFFFFFFULL;
 static char block_diff[8];
 static char net_hashrate[10];
 uint64_t best_diff = 0;