mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Offset needs to be incremented after avalon reads.
This commit is contained in:
parent
7748c46943
commit
7506e499b9
@ -796,6 +796,7 @@ static void *avalon_get_results(void *userdata)
|
||||
}
|
||||
|
||||
memcpy(&readbuf[offset], &buf, ret);
|
||||
offset += ret;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user