Change 0/1 to true/false

Found with clang-tidy
This commit is contained in:
Rosen Penev
2019-09-09 17:52:08 -07:00
parent 7f4df9ebff
commit bd6c0e57e4
7 changed files with 18 additions and 18 deletions

View File

@@ -458,7 +458,7 @@ int folder_config_init (hashcat_ctx_t *hashcat_ctx, MAYBE_UNUSED const char *ins
hcfree (cpath);
//if (getenv ("TMP") == NULL)
if (1)
if (true)
{
char *tmp;