mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 14:48:12 +00:00
save_hash() always works with a file, therefore no branch required
This commit is contained in:
parent
c61798434e
commit
fd3813f279
@ -2540,14 +2540,7 @@ static void save_hash ()
|
||||
|
||||
fputs (out_buf, fp);
|
||||
|
||||
if (fp == stdout)
|
||||
{
|
||||
log_out (fp, "");
|
||||
}
|
||||
else
|
||||
{
|
||||
fputc ('\n', fp);
|
||||
}
|
||||
fputc ('\n', fp);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user