1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 08:38:09 +00:00

Make some backward compatibility code more visible

This commit is contained in:
jsteube 2016-10-18 00:15:25 +02:00
parent c3266e363a
commit 54e5e6c2d0

View File

@ -471,8 +471,10 @@ void status_display_machine_readable (hashcat_ctx_t *hashcat_ctx)
if (device_info->skipped_dev == true) continue; if (device_info->skipped_dev == true) continue;
// the 1\t is for backward compatibility printf ("%" PRIu64 "\t", (u64) device_info->hashes_msec_dev);
printf ("%" PRIu64 "\t1\t", (u64) device_info->hashes_msec_dev);
// that 1\t is for backward compatibility
printf ("1\t");
} }
printf ("EXEC_RUNTIME\t"); printf ("EXEC_RUNTIME\t");