minor improvements

This commit is contained in:
2025-10-10 10:17:53 +02:00
parent 08ea6cf56c
commit 05661c0d98
4 changed files with 23 additions and 4 deletions

View File

@@ -66,6 +66,8 @@ BEGIN {
ds = dur % 60
if (ds <= 9)
ds = "0"ds
if (dh && dm <=9)
dm = "0"dm
dur = dh ? dh":"dm":"ds : dm":"ds
} else {
dur = "??:??"