1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

bufsize is an unsigned integer, make it so for debug.

This commit is contained in:
Con Kolivas 2013-03-15 19:43:38 +11:00
parent e10a7041d8
commit 1c6d8a36d8

2
ocl.c
View File

@ -814,7 +814,7 @@ built:
applog(LOG_WARNING, "Your scrypt settings come to %u", bufsize);
} else
bufsize = cgpu->max_alloc;
applog(LOG_DEBUG, "Creating scrypt buffer sized %d", bufsize);
applog(LOG_DEBUG, "Creating scrypt buffer sized %u", bufsize);
clState->padbufsize = bufsize;
/* This buffer is weird and might work to some degree even if