]> git.ipfire.org Git - pakfire.git/commit
CLI: Refactor progressbar to use statically allocated buffers
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 17:04:23 +0000 (17:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 17:04:23 +0000 (17:04 +0000)
commit35169eb664824e58522712a84d84f8033f7cc582
treeda13670c2f09ac0554d4802886d759f567239423
parente6f00d150cda729efeb7acbd87fd3b5840c9f7d6
CLI: Refactor progressbar to use statically allocated buffers

This might take a little bit of pressure off the allocator and we don't
have to deal with asprintf() loosing memory.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/cli/lib/progressbar.c