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

Unset prog_built after it is patched because it needs rebuilding.

This commit is contained in:
Con Kolivas 2012-01-28 17:06:28 +11:00
parent 1e5035497b
commit 31f6e8c782

3
ocl.c
View File

@ -600,6 +600,9 @@ build:
applog(LOG_ERR, "Error: Retaining Program (clRetainProgram)");
return NULL;
}
/* Program needs to be rebuilt */
prog_built = false;
}
free(source);