1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-27 23:14:21 +00:00

Fix warning on 32bit.

This commit is contained in:
ckolivas 2013-04-10 10:59:38 +10:00
parent c1ec55a6a3
commit 7231f7f92d

View File

@ -238,7 +238,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];
uint64_t best_diff = 0;