1
0
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:
Jens Steube 2016-06-15 12:17:18 +02:00
parent c61798434e
commit fd3813f279

View File

@ -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
{