Rename some more variables

This commit is contained in:
Jens Steube
2019-05-01 15:52:56 +02:00
parent 495d89f831
commit 3c4f4df771
25 changed files with 1105 additions and 768 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ int debugfile_init (hashcat_ctx_t *hashcat_ctx)
if (user_options->example_hashes == true) return 0;
if (user_options->keyspace == true) return 0;
if (user_options->left == true) return 0;
if (user_options->opencl_info == true) return 0;
if (user_options->backend_info == true) return 0;
if (user_options->show == true) return 0;
if (user_options->stdout_flag == true) return 0;
if (user_options->speed_only == true) return 0;