Skip to content

Commit

Permalink
Merge pull request #969 from Cyan4973/rm_lineclean
Browse files Browse the repository at this point in the history
removed the console line cleaning operation (using `stderr`)
  • Loading branch information
Cyan4973 authored Oct 3, 2024
2 parents b8067e1 + cd6879f commit 69e6de0
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 69e6de0

Please sign in to comment.