From: jsteube Date: Sat, 23 Jul 2016 21:30:42 +0000 (+0200) Subject: Workaround for OpenCL runtimes which do accept -I parameter in the OpenCL kernel... X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=215457d74d9dabced22ecbf0fc0f62bbf5d89cd8 Workaround for OpenCL runtimes which do accept -I parameter in the OpenCL kernel build options, but do not allow quotes --- diff --git a/src/hashcat.c b/src/hashcat.c index c702d12..7911098 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -6600,7 +6600,8 @@ int main (int argc, char **argv) #endif - if (getenv ("TMP") == NULL) + //if (getenv ("TMP") == NULL) + if (1) { char tmp[1000];