]> git.ipfire.org Git - pakfire.git/commit
cli: progressbar: Remove the elements array
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Oct 2024 16:35:25 +0000 (16:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Oct 2024 16:35:25 +0000 (16:35 +0000)
commit325b11098b90c9bedd453796036719375fcea48b
treecd1ef03bb31d8650c1d05319ec490003d7c6b86c
parent0fac6e529103394b739d84c2306398d7ae95da47
cli: progressbar: Remove the elements array

This was a dynamically allocated array which was difficult to track as
it was filled in two passes.

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