bug fix
This commit is contained in:
@@ -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 = "|"
|
||||
|
Reference in New Issue
Block a user