minor whitespace fixes and changes.txt update

This commit is contained in:
Jens Steube
2021-06-27 10:43:23 +02:00
parent 3b07f90524
commit 77d9a8deb2
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -23,18 +23,21 @@ static void debugfile_format_plain (hashcat_ctx_t *hashcat_ctx, const u8 *plain_
if (plain_ptr[i] < 0x20)
{
needs_hexify = 1;
break;
}
if (plain_ptr[i] > 0x7f)
{
needs_hexify = 1;
break;
}
if (plain_ptr[i] == ':')
{
needs_hexify = 1;
break;
}
}