mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-08 23:01:14 +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);
|
fputs (out_buf, fp);
|
||||||
|
|
||||||
if (fp == stdout)
|
fputc ('\n', fp);
|
||||||
{
|
|
||||||
log_out (fp, "");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
fputc ('\n', fp);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user