Browse Source

Unset prog_built after it is patched because it needs rebuilding.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
31f6e8c782
  1. 3
      ocl.c

3
ocl.c

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

Loading…
Cancel
Save