Start with the original device name

pull/1408/head
Jens Steube 7 years ago
parent afdc3fac74
commit f3984b7413

@ -342,7 +342,7 @@ tuning_db_entry_t *tuning_db_search (hashcat_ctx_t *hashcat_ctx, const char *dev
char *alias_name = NULL;
for (i = device_name_length - 1; i >= 1; i--)
for (i = device_name_length; i >= 1; i--)
{
device_name_nospace[i] = 0;

Loading…
Cancel
Save