mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 19:55:14 +00:00
Fix newlines in rahash2 -qq
This commit is contained in:
parent
99d59ebd20
commit
3efe247889
@ -197,6 +197,8 @@ static int do_hash(const char *file, const char *algo, RIO *io, int bsize, int r
|
||||
do_hash_print (ctx, i, dlen, quiet?'n':rad, ule);
|
||||
if (quiet == 1) {
|
||||
printf (" %s\n", file);
|
||||
} else {
|
||||
if (quiet && !rad) printf ("\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user