1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00

Workaround for OpenCL runtimes which do accept -I parameter in the OpenCL kernel build options, but do not allow quotes

This commit is contained in:
jsteube 2016-07-23 23:30:42 +02:00
parent c837df09ae
commit 215457d74d

View File

@ -6600,7 +6600,8 @@ int main (int argc, char **argv)
#endif
if (getenv ("TMP") == NULL)
//if (getenv ("TMP") == NULL)
if (1)
{
char tmp[1000];