Times around one o'clock displayed correctly
This commit is contained in:
parent
3b1e94fe3b
commit
8c455fda26
@ -105,10 +105,10 @@ function display_timestat(hours, minutes, longmode)
|
||||
end
|
||||
|
||||
if (hours == 1) then
|
||||
if ((ret.before == 1) or (ret.half == 1)) then
|
||||
ret.oneLong = 1
|
||||
else
|
||||
if (ret.it == 1) then
|
||||
ret.one=1
|
||||
else
|
||||
ret.oneLong=1
|
||||
end
|
||||
elseif (hours == 2) then
|
||||
ret.two=1
|
||||
|
Loading…
Reference in New Issue
Block a user