]> git.ipfire.org Git - people/stevee/pakfire.git/commit
pakfire_format_time(): Fix typo
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 21 Mar 2023 10:12:03 +0000 (11:12 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 21 Mar 2023 10:12:03 +0000 (11:12 +0100)
commit3ee52bf47426ceb45200e9f6161b19ef3b301047
tree6b818edc1d2980584bdffed582463d72ba58140e
parente03b694729cd46f981b4669423f7db489beead53
pakfire_format_time(): Fix typo

Fix a small typo when displaying the build time
which is longer than 1 hour.

In such a case the following message got displayed:

Build successfully completed in 01m07m02s

Which should be 01h07m02s

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/libpakfire/string.c