]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Avoid a compiler warning in progress_speed() in message.c.
authorJia Tan <jiat0218@gmail.com>
Mon, 7 Nov 2022 14:24:14 +0000 (16:24 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Nov 2022 11:41:43 +0000 (13:41 +0200)
commitd4674dfbb7d1df1feb841f5dbce6ae1f0b026879
tree22aefcdbc01d9e2a24053a6bbc03550ec45aa6a3
parent4ed56d32a91ff8ff21c71db4082a54a72ae08b3d
xz: Avoid a compiler warning in progress_speed() in message.c.

This should be smaller too since it avoids the string constants.
src/xz/message.c