mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-25 01:18:57 +00:00
remove extra spaces at end of lines in wordlist.c
This commit is contained in:
parent
9a96501a69
commit
60cf7fdccd
@ -181,7 +181,7 @@ void get_next_word_lm_hex_or_text (char *buf, u64 sz, u64 *len, u64 *off)
|
|||||||
}
|
}
|
||||||
// upcase character if it is a letter 'a-z'
|
// upcase character if it is a letter 'a-z'
|
||||||
if ((i & 1) == 1) // if first hex-char
|
if ((i & 1) == 1) // if first hex-char
|
||||||
{
|
{
|
||||||
if (is_valid_hex_char(buf[i+1]))
|
if (is_valid_hex_char(buf[i+1]))
|
||||||
{
|
{
|
||||||
if (buf[i] == '6')
|
if (buf[i] == '6')
|
||||||
@ -198,7 +198,7 @@ void get_next_word_lm_hex_or_text (char *buf, u64 sz, u64 *len, u64 *off)
|
|||||||
if (hex)
|
if (hex)
|
||||||
{
|
{
|
||||||
//$HEX[] format so we need max 14 hex-digits + 6 chars '$HEX[]'
|
//$HEX[] format so we need max 14 hex-digits + 6 chars '$HEX[]'
|
||||||
get_next_word_lm_gen(buf, sz, len, off, 20);
|
get_next_word_lm_gen(buf, sz, len, off, 20);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user