mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-30 20:02:41 +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
|
#endif
|
||||||
|
|
||||||
if (getenv ("TMP") == NULL)
|
//if (getenv ("TMP") == NULL)
|
||||||
|
if (1)
|
||||||
{
|
{
|
||||||
char tmp[1000];
|
char tmp[1000];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user