Skip to content

Commit

Permalink
removed the console line cleaning operation (using stderr)
Browse files Browse the repository at this point in the history
since it's captured by tools redirecting `stderr`.

fixes #968
  • Loading branch information
Cyan4973 committed Oct 3, 2024
1 parent b8067e1 commit cd6879f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/xxhsum.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ static int XSUM_hashFiles(const char* fnList[], int fnTotal,

for (fnNb=0; fnNb<fnTotal; fnNb++)
result |= XSUM_hashFile(fnList[fnNb], hashType, displayEndianness, convention);
XSUM_logVerbose(2, "\r%70s\r", "");
return result;
}

Expand Down

0 comments on commit cd6879f

Please sign in to comment.