]> 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:14:13 +0000 (11:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Mar 2023 09:31:35 +0000 (09:31 +0000)
commit7c8cff9a03ef86f479cd9525297b6a1acc4cba4d
treeb552292df621de64790d46898976fbcfc2c9bea5
parentd352b91ed7efb3c5efdb1c92bc168e5f451282d4
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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/string.c