This commit is contained in:
2025-06-11 10:16:40 +02:00
parent 9291137b94
commit e254463b0e
2 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,10 @@ function hrlines(start, stop, h, starth, stoph, tmp, i) {
for (i=h; i < starth + tmp; i++)
hrline(i)
tmp = substr(stop, 4, 2) == "00" ? 0 : 1
return stoph + tmp
if (stoph + tmp < daystart)
return daystart
else
return stoph + tmp
}
BEGIN {
FS = "|"