From 4155d0018e5c6f38dfb2c347328a7b7f9f44e41c Mon Sep 17 00:00:00 2001 From: ollo Date: Sat, 23 Mar 2019 13:54:29 +0100 Subject: [PATCH] added: halb einS --- wordclock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordclock.lua b/wordclock.lua index c537ad1..f95b4c0 100755 --- a/wordclock.lua +++ b/wordclock.lua @@ -105,7 +105,7 @@ function display_timestat(hours, minutes, longmode) end if (hours == 1) then - if (ret.it == 1) then + if ((ret.it == 1) and (ret.half == 0) ) then ret.one=1 else ret.oneLong=1