mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Merge pull request #111 from luke-jr/bugfix_bitforce_id
Bugfix: BitFORCE index needs to be static to count correctly
This commit is contained in:
commit
82798f6f98
@ -72,7 +72,7 @@ static void BFwrite(int fd, const void *buf, size_t bufLen)
|
||||
static bool bitforce_detect_one(const char *devpath)
|
||||
{
|
||||
char pdevbuf[0x100];
|
||||
int i = 0;
|
||||
static int i = 0;
|
||||
|
||||
if (total_devices == MAX_DEVICES)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user