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:
parent
c837df09ae
commit
215457d74d
@ -6600,7 +6600,8 @@ int main (int argc, char **argv)
|
||||
|
||||
#endif
|
||||
|
||||
if (getenv ("TMP") == NULL)
|
||||
//if (getenv ("TMP") == NULL)
|
||||
if (1)
|
||||
{
|
||||
char tmp[1000];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user