From e81cbcd3c52db03123e17eecf3ec9b67f94af33b Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Wed, 12 Dec 2018 18:30:52 +0000 Subject: Small bug from bad merge job. --- telem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telem.lua') diff --git a/telem.lua b/telem.lua index d220082..9675136 100755 --- a/telem.lua +++ b/telem.lua @@ -280,7 +280,7 @@ function do_messages() for i, thread in ipairs(current_board_threads) do print(string.format("%3d %s %s %s [%3d posts]", i, os.date("%x", thread.timestamp), colourise("yellow", stringx.ljust(thread.author,16)), - stringx.ljust(thread.subject .. updated_str,50), + stringx.ljust(thread.subject,50), thread.post_count)) end -- Separator -- cgit v1.2.3