1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

hexstr is too small in test_work_current

This commit is contained in:
Con Kolivas 2013-10-14 12:12:01 +11:00
parent 166200c094
commit 07837072f1

View File

@ -4004,7 +4004,7 @@ static void set_blockdiff(const struct work *work)
static bool test_work_current(struct work *work)
{
bool ret = true;
char hexstr[20];
char hexstr[40];
if (work->mandatory)
return ret;