diff --git a/wordclock.lua b/wordclock.lua index 37c9d5c..c537ad1 100755 --- a/wordclock.lua +++ b/wordclock.lua @@ -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