mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 22:14:36 +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);
|
memcpy(&readbuf[offset], &buf, ret);
|
||||||
|
offset += ret;
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user