1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

Fix warning on 32bit.

This commit is contained in:
ckolivas 2013-04-10 10:59:38 +10:00
parent 0805f7dc8f
commit 6400088f7a

View File

@ -242,7 +242,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;